다음을 통해 공유


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

속성 값

토큰이 들어 있는 SecurityTokenElement입니다.

설명

Wst:ProofEncryption 요소의 콘텐츠를 나타냅니다. 이 선택적 요소는 증명 키를 암호화 하는 데 사용할 토큰을 포함 합니다.

적용 대상