KerberosReceiverSecurityToken.SecurityKey Właściwość

Definicja

Pobiera klucz sesji symetrycznej dla biletu Protokołu Kerberos skojarzonego z tym tokenem zabezpieczającym.

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

Wartość właściwości

Element SymmetricSecurityKey zawierający klucz sesji symetrycznej dla biletu Protokołu Kerberos skojarzonego z tym tokenem zabezpieczającym.

Uwagi

Właściwość SecurityKey jest ustawiana po uwierzytelnieniu biletu Protokołu Kerberos.

Dotyczy