次の方法で共有


KerberosRequestorSecurityToken.SecurityKey プロパティ

定義

このセキュリティ トークンに関連付けられている Kerberos チケットの対称セッション キーを取得します。

public:
 property System::IdentityModel::Tokens::SymmetricSecurityKey ^ SecurityKey { System::IdentityModel::Tokens::SymmetricSecurityKey ^ get(); };
public System.IdentityModel.Tokens.SymmetricSecurityKey SecurityKey { get; }
member this.SecurityKey : System.IdentityModel.Tokens.SymmetricSecurityKey
Public ReadOnly Property SecurityKey As SymmetricSecurityKey

プロパティ値

このセキュリティ トークンに関連付けられている Kerberos チケットの対称セッション キーが格納される SymmetricSecurityKey

注釈

SecurityKey プロパティは、指定のユーザーに対して取得された Kerberos チケットの対称セッション キーを使用してコンストラクターのいずれかを呼び出したときに設定されます。

適用対象