Partager via


Propriété Saml2SubjectConfirmationData.KeyIdentifiers

Identify cryptographic keys that are used in some way to authenticate an attesting entity. [Saml2Core, 2.4.1.3]

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

Utilisation

    Dim instance As Saml2SubjectConfirmationData
Dim value As Collection(Of SecurityKeyIdentifier)

value = instance.KeyIdentifiers

Syntaxe

'Déclaration
Public ReadOnly Property KeyIdentifiers As Collection(Of SecurityKeyIdentifier)
public Collection<SecurityKeyIdentifier> KeyIdentifiers { get; }
public:
property Collection<SecurityKeyIdentifier^>^ KeyIdentifiers {
    Collection<SecurityKeyIdentifier^>^ get ();
}
/** @property */
public Collection<SecurityKeyIdentifier> get_KeyIdentifiers ()
public function get KeyIdentifiers () : Collection<SecurityKeyIdentifier>

Valeur de la propriété

Returns a collection of type SecurityKeyIdentifier.

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