Compartir a través de


WSTrustMessage.Entropy (Propiedad)

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

Uso

    Dim instance As WSTrustMessage
Dim value As Entropy

value = instance.Entropy

instance.Entropy = value

Sintaxis

'Declaración
Public Property Entropy As Entropy
public Entropy Entropy { get; set; }
public:
property Entropy^ Entropy {
    Entropy^ get ();
    void set (Entropy^ value);
}
/** @property */
public Entropy get_Entropy ()

/** @property */
public void set_Entropy (Entropy value)
public function get Entropy () : Entropy

public function set Entropy (value : Entropy)

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)