Share via


RequestSecurityToken.ProofEncryption Propiedad

Definición

Obtiene o establece el token que se usará para cifrar el token de prueba.

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

Valor de propiedad

SecurityTokenElement que contiene el token.

Comentarios

Representa el contenido del elemento wst:ProofEncryption. Este elemento opcional contiene el token que se usará para cifrar la clave de prueba.

Se aplica a