Udostępnij za pośrednictwem


KerberosRequestorSecurityToken.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, gdy jeden z konstruktorów jest wywoływany za pomocą klucza sesji symetrycznej dla biletu Protokołu Kerberos uzyskanego dla określonego użytkownika.

Dotyczy