共用方式為


SamlSubject.Crypto 屬性

定義

取得或設定密碼編譯金鑰,這個金鑰可用來驗證此 SAML 主體陳述式所識別的數位簽章。

public:
 property System::IdentityModel::Tokens::SecurityKey ^ Crypto { System::IdentityModel::Tokens::SecurityKey ^ get(); void set(System::IdentityModel::Tokens::SecurityKey ^ value); };
public System.IdentityModel.Tokens.SecurityKey Crypto { get; set; }
member this.Crypto : System.IdentityModel.Tokens.SecurityKey with get, set
Public Property Crypto As SecurityKey

屬性值

SecurityKey,其中包含用來驗證 SAML 安全性權杖數位簽章的密碼編譯金鑰。

備註

當呼叫 SamlSubject 方法時,在 SAML 安全性權杖數位簽章的 <ds:KeyInfo> 項目中指定的密碼編譯金鑰是用來設定 Crypto 屬性。 這個密碼編譯金鑰會識別主體。

<ds:KeyInfo> 項目的金鑰識別碼是由 KeyIdentifier 屬性表示。

適用於

另請參閱