Partager via


Méthode SecurityTokenHandler.CanWriteKeyIdentifierClause

Indicates if the given SecurityKeyIdentifierClause can be serialized by this instance.

Espace de noms: Microsoft.IdentityModel.Tokens
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)

Utilisation

    Dim instance As SecurityTokenHandler
Dim securityKeyIdentifierClause As SecurityKeyIdentifierClause
Dim returnValue As Boolean

returnValue = instance.CanWriteKeyIdentifierClause(securityKeyIdentifierClause)

Syntaxe

'Déclaration
Public Overridable Function CanWriteKeyIdentifierClause ( _
    securityKeyIdentifierClause As SecurityKeyIdentifierClause _
) As Boolean
public virtual bool CanWriteKeyIdentifierClause (
    SecurityKeyIdentifierClause securityKeyIdentifierClause
)
public:
virtual bool CanWriteKeyIdentifierClause (
    SecurityKeyIdentifierClause^ securityKeyIdentifierClause
)
public boolean CanWriteKeyIdentifierClause (
    SecurityKeyIdentifierClause securityKeyIdentifierClause
)
public function CanWriteKeyIdentifierClause (
    securityKeyIdentifierClause : SecurityKeyIdentifierClause
) : boolean

Paramètres

  • securityKeyIdentifierClause
    SecurityKeyIdentifierClause to be serialized.

Valeur de retour

true if the given SecurityKeyIdentifierClause can be serialized.

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 SecurityTokenHandler
Membres SecurityTokenHandler
Espace de noms Microsoft.IdentityModel.Tokens