Méthode AggregateTokenResolver.TryResolveSecurityKeyCore
Espace de noms: Microsoft.IdentityModel.Tokens
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)
Utilisation
Dim keyIdentifierClause As SecurityKeyIdentifierClause Dim key As SecurityKey Dim returnValue As Boolean returnValue = Me.TryResolveSecurityKeyCore(keyIdentifierClause, key)
Syntaxe
'Déclaration
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
)
Paramètres
- keyIdentifierClause
- key
Cohérence de thread
Tous les membres statiques publics (partagés dans Visual Basic) de ce type sont thread-safe.Il n'est pas garanti que les membres d'instance soient thread-safe.
Plateformes
Plateformes de développement
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
Voir aussi
Référence
Classe AggregateTokenResolver
Membres AggregateTokenResolver
Espace de noms Microsoft.IdentityModel.Tokens