PowerTools ActiveReports 9.0J Server ユーザーガイド
CreateToken メソッド

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

パラメータ

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

戻り値の型

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

関連項目

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