Interface ICryptAttributes (certenroll.h)

L’interface ICryptAttributes contient des méthodes et des propriétés qui vous permettent de gérer une collection d’objets ICryptAttribute .

Héritage

L’interface ICryptAttributes hérite de l’interface IDispatch. ICryptAttributes a également les types de membres suivants :

Méthodes

L’interface ICryptAttributes possède ces méthodes.

 
ICryptAttributes ::Add

Ajoute un objet ICryptAttribute à la collection.
ICryptAttributes ::AddRange

Ajoute une plage d’objets ICryptAttribute à la collection. Les attributs sont contenus dans une autre collection ICryptAttributes.
ICryptAttributes ::Clear

Supprime tous les objets ICryptAttribute de la collection.
ICryptAttributes ::get__NewEnum

Récupère l’énumérateur de la collection. (ICryptAttributes.get__NewEnum)
ICryptAttributes ::get_Count

Récupère le nombre d’objets ICryptAttribute dans la collection.
ICryptAttributes ::get_IndexByObjectId

Récupère l’index d’un attribut par identificateur d’objet (OID).
ICryptAttributes ::get_ItemByIndex

Récupère un objet ICryptAttribute de la collection par numéro d’index.
ICryptAttributes ::Remove

Supprime un objet ICryptAttribute de la collection par numéro d’index.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows Vista [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2008 [applications de bureau uniquement]
Plateforme cible Windows
En-tête certenroll.h

Voir aussi

CertEnroll Interfaces

IDispatch