RequestSecurityToken.ProofEncryption 属性

定义

获取或设置要用于加密证明令牌的令牌。Gets or sets the token to be used to encrypt the proof token.

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

属性值

SecurityTokenElement

一个包含令牌的 SecurityTokenElementA SecurityTokenElement that contains the token.

注解

表示 wst: ProofEncryption 元素的内容。Represents the contents of the wst:ProofEncryption element. 此可选元素包含用于加密校验密钥的令牌。This optional element contains the token to be used to encrypt the proof key.

适用于