Compartir a través de


WSTrustChannel.Contract (Propiedad)

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

Uso

    Dim instance As WSTrustChannel
Dim value As IWSTrustChannelContract

value = instance.Contract

instance.Contract = value

Sintaxis

'Declaración
Public Property Contract As IWSTrustChannelContract
public IWSTrustChannelContract Contract { get; protected set; }
public:
property IWSTrustChannelContract^ Contract {
    IWSTrustChannelContract^ get ();
    protected: void set (IWSTrustChannelContract^ value);
}
/** @property */
public IWSTrustChannelContract get_Contract ()

/** @property */
protected void set_Contract (IWSTrustChannelContract value)
public function get Contract () : IWSTrustChannelContract

protected function set Contract (value : IWSTrustChannelContract)

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

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