ActiveReports 11.0J Server管理者ガイド
CreateToken メソッド

セキュリティトークンを作成するためのユーザー名。
ユーザーを検証するためのパスワード。
プロバイダに使用するカスタム資格情報。
セキュリティトークンを作成します。
構文
'宣言
 
Function CreateToken( _
   ByVal username As String, _
   ByVal password As String, _
   ByVal custom As String _
) As String
string CreateToken( 
   string username,
   string password,
   string custom
)

パラメータ

username
セキュリティトークンを作成するためのユーザー名。
password
ユーザーを検証するためのパスワード。
custom
プロバイダに使用するカスタム資格情報。

戻り値の型

作成したトークンを返します。
参照

関連項目

ISecurityProvider インターフェース
ISecurityProvider メンバ

 

 


©2017 GrapeCity inc. All rights reserved.