WSTrustChannelFactory.WSTrustResponseSerializer (Propiedad)
Espacio de nombres: Microsoft.IdentityModel.Protocols.WSTrust
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)
Uso
Dim instance As WSTrustChannelFactory Dim value As WSTrustResponseSerializer value = instance.WSTrustResponseSerializer instance.WSTrustResponseSerializer = value
Sintaxis
'Declaración
Public Property WSTrustResponseSerializer As WSTrustResponseSerializer
public WSTrustResponseSerializer WSTrustResponseSerializer { get; set; }
public:
property WSTrustResponseSerializer^ WSTrustResponseSerializer {
WSTrustResponseSerializer^ get ();
void set (WSTrustResponseSerializer^ value);
}
/** @property */
public WSTrustResponseSerializer get_WSTrustResponseSerializer ()
/** @property */
public void set_WSTrustResponseSerializer (WSTrustResponseSerializer value)
public function get WSTrustResponseSerializer () : WSTrustResponseSerializer
public function set WSTrustResponseSerializer (value : WSTrustResponseSerializer)
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
WSTrustChannelFactory (Clase)
WSTrustChannelFactory (Miembros)
Microsoft.IdentityModel.Protocols.WSTrust (Espacio de nombres)