Compartir a través de


WSTrustMessage.TokenType (Propiedad)

Espacio de nombres: Microsoft.IdentityModel.Protocols.WSTrust
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)

Uso

    Dim instance As WSTrustMessage
Dim value As String

value = instance.TokenType

instance.TokenType = value

Sintaxis

'Declaración
Public Property TokenType As String
public string TokenType { get; set; }
public:
property String^ TokenType {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_TokenType ()

/** @property */
public void set_TokenType (String value)
public function get TokenType () : String

public function set TokenType (value : String)

Seguridad para subprocesos

Los miembros estáticos públicos (Shared en Visual Basic) de este tipo son seguros para subprocesos.No se garantiza que los miembros de instancias sean seguros para subprocesos.

Plataformas

Plataformas de desarrollo

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

Vea también

Referencia

WSTrustMessage (Clase)
WSTrustMessage (Miembros)
Microsoft.IdentityModel.Protocols.WSTrust (Espacio de nombres)