KerberosRequestorSecurityToken.SecurityKey Property

Definition

Gets the symmetric session key for the Kerberos ticket that is associated with this security token.

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

Property Value

A SymmetricSecurityKey that contains the symmetric session key for the Kerberos ticket that is associated with this security token.

Remarks

The SecurityKey property is set when one of the constructors is called with the symmetric session key for the Kerberos ticket that is obtained for the specified user.

Applies to