[This is preliminary documentation and subject to change.]
The IEnumCERTVIEWATTRIBUTE interface is used to access the certificate attributes for a row in the Certificate Server's view. An IEnumCERTVIEWATTRIBUTE interface is instantiated through a call to IEnumCERTVIEWROW::EnumCertViewAttribute.
The following methods are provided by the IEnumCERTVIEWATTRIBUTE interface.
| Method | Description |
|---|---|
| Clone | Creates a copy of the IEnumCERTVIEWATTRIBUTE object. |
| GetName | Retrieves the name of the attribute. |
| GetValue | Retrieves the attribute value. |
| Next | Positions the IEnumCERTVIEWATTRIBUTE object to the next attribute. |
| Reset | Resets the IEnumCERTVIEWATTRIBUTE enumeration sequence to the beginning. |
| Skip | Skips a specified number of attributes in theIEnumCERTVIEWATTRIBUTE enumeration sequence. |