KerberosReceiverSecurityToken.SecurityKey Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 the Kerberos ticket is authenticated.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.