Compartir a través de


AggregateTokenResolver.TryResolveSecurityKeyCore (Método)

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

Uso

    Dim keyIdentifierClause As SecurityKeyIdentifierClause
Dim key As SecurityKey
Dim returnValue As Boolean

returnValue = Me.TryResolveSecurityKeyCore(keyIdentifierClause, key)

Sintaxis

'Declaración
Protected Overrides Function TryResolveSecurityKeyCore ( _
    keyIdentifierClause As SecurityKeyIdentifierClause, _
    <OutAttribute> ByRef key As SecurityKey _
) As Boolean
protected override bool TryResolveSecurityKeyCore (
    SecurityKeyIdentifierClause keyIdentifierClause,
    out SecurityKey key
)
protected:
virtual bool TryResolveSecurityKeyCore (
    SecurityKeyIdentifierClause^ keyIdentifierClause, 
    [OutAttribute] SecurityKey^% key
) override
protected boolean TryResolveSecurityKeyCore (
    SecurityKeyIdentifierClause keyIdentifierClause, 
    /** @attribute OutAttribute() */ /** @ref */ SecurityKey key
)

Parámetros

  • keyIdentifierClause
     
  • key
     

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

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