次の方法で共有


KerberosReceiverSecurityToken.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 チケットが認証されたときに設定されます。

適用対象