WSTrustMessage.EncryptWith Propiedad

Definición

Obtiene o establece el contenido del elemento wst:EncryptWith.

public:
 property System::String ^ EncryptWith { System::String ^ get(); void set(System::String ^ value); };
public string EncryptWith { get; set; }
member this.EncryptWith : string with get, set
Public Property EncryptWith As String

Valor de propiedad

Cadena que contiene un URI que indica el algoritmo de cifrado deseado que se va a usar con el token de seguridad emitido.

Excepciones

Se ha intentado establecer la propiedad null en una cadena vacía.

Comentarios

Este elemento de URI opcional indica el algoritmo de cifrado deseado que se usará con el token de seguridad emitido.

Se aplica a