Compartir a través de


SecurityTokenHandlerCollectionManager.SecurityTokenHandlerCollections (Propiedad)

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

Uso

    Dim instance As SecurityTokenHandlerCollectionManager
Dim value As IEnumerable(Of SecurityTokenHandlerCollection)

value = instance.SecurityTokenHandlerCollections

Sintaxis

'Declaración
Public ReadOnly Property SecurityTokenHandlerCollections As IEnumerable(Of SecurityTokenHandlerCollection)
public IEnumerable<SecurityTokenHandlerCollection> SecurityTokenHandlerCollections { get; }
public:
property IEnumerable<SecurityTokenHandlerCollection^>^ SecurityTokenHandlerCollections {
    IEnumerable<SecurityTokenHandlerCollection^>^ get ();
}
/** @property */
public IEnumerable<SecurityTokenHandlerCollection> get_SecurityTokenHandlerCollections ()
public function get SecurityTokenHandlerCollections () : IEnumerable<SecurityTokenHandlerCollection>

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

SecurityTokenHandlerCollectionManager (Clase)
SecurityTokenHandlerCollectionManager (Miembros)
Microsoft.IdentityModel.Tokens (Espacio de nombres)