KerberosRequestorSecurityToken.SecurityKey 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與這個安全性權杖關聯之 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
屬性值
SymmetricSecurityKey,其中包含與這個安全性權杖關聯之 Kerberos 票證的對稱工作階段金鑰。
備註
當使用針對所指定使用者取得之 Kerberos 票證的對稱工作階段金鑰來呼叫其中一個建構函式時,就會設定 SecurityKey 屬性。