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 produce un intento de establecer la propiedad null en o una cadena vacía.

Comentarios

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

Se aplica a