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