RequestSecurityToken.ProofEncryption 속성

정의

증명 토큰을 암호화하는 데 사용할 토큰을 가져오거나 설정합니다.

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

속성 값

토큰을 포함하는 A SecurityTokenElement 입니다.

설명

wst:ProofEncryption 요소의 내용을 나타냅니다. 이 선택적 요소에는 증명 키를 암호화하는 데 사용할 토큰이 포함되어 있습니다.

적용 대상