PowerTools ActiveReports 9.0J Server ユーザーガイド
Login メソッド (IReportService)

検証するためのユーザー名。
指定されたユーザーのためのパスワード。
ユーザー名とパスワードの他に検証するための値(もしあれば)
認証チケットはセッションに渡って有効になるかどうかを示す値。
ユーザーの資格情報をチェックし、資格情報が有効な場合にセキュリティトークンを作成します。
構文
'宣言
 
Function Login( _
   ByVal username As System.String, _
   ByVal password As System.String, _
   ByVal custom As System.String, _
   ByVal isPersistent As System.Boolean _
) As System.String
System.string Login( 
   System.string username,
   System.string password,
   System.string custom,
   System.bool isPersistent
)

パラメータ

username
検証するためのユーザー名。
password
指定されたユーザーのためのパスワード。
custom
ユーザー名とパスワードの他に検証するための値(もしあれば)
isPersistent
認証チケットはセッションに渡って有効になるかどうかを示す値。

戻り値の型

資格情報が有効になったらセキュリテトークンを、それ以外はnullを返します。
参照

関連項目

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