次の方法で共有


SecurityTokenTypes.UserName プロパティ

定義

ユーザー名とパスワードに基づくセキュリティ トークンを表す文字列を取得します。

public:
 static property System::String ^ UserName { System::String ^ get(); };
public static string UserName { get; }
static member UserName : string
Public Shared ReadOnly Property UserName As String

プロパティ値

ユーザー名とパスワードに基づくセキュリティ トークンを表す文字列。

注釈

UserNameSecurityToken セキュリティ トークンは、ユーザー名とパスワードに基づきます。

適用対象