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 属性表示。

适用于

另请参阅