Freigeben über


AggregateTokenResolver.TryResolveSecurityKeyCore Method

Namespace: Microsoft.IdentityModel.Tokens
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Verwendung

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

returnValue = Me.TryResolveSecurityKeyCore(keyIdentifierClause, key)

Syntax

'Declaration
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
)

Parameter

  • keyIdentifierClause
     
  • key
     

Threadsicherheit

Beliebige öffentliche, statische (Freigegebene in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Plattformen

Entwicklungsplattformen

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

Siehe auch

Referenz

AggregateTokenResolver Class
AggregateTokenResolver Members
Microsoft.IdentityModel.Tokens Namespace