WSTrustMessage.KeyType Propiedad

Definición

Obtiene o establece el contenido del elemento wst:KeyType dentro de un mensaje de RequestSecurityToken (RST).

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

Valor de propiedad

Cadena que contiene el URI que identifica el tipo de clave deseado.

Comentarios

Este elemento URI opcional indica el tipo de clave deseada en el token de seguridad.

Se aplica a