Compartir a través de


WSTrustChannelFactory.SecurityTokenHandlerCollectionManager (Propiedad)

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

Uso

    Dim instance As WSTrustChannelFactory
Dim value As SecurityTokenHandlerCollectionManager

value = instance.SecurityTokenHandlerCollectionManager

instance.SecurityTokenHandlerCollectionManager = value

Sintaxis

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

/** @property */
public void set_SecurityTokenHandlerCollectionManager (SecurityTokenHandlerCollectionManager value)
public function get SecurityTokenHandlerCollectionManager () : SecurityTokenHandlerCollectionManager

public function set SecurityTokenHandlerCollectionManager (value : SecurityTokenHandlerCollectionManager)

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)