[This is preliminary documentation and subject to change.]
The IEnumCERTVIEWEXTENSION object is used to access the certificate extension data for a row in the Certificate Server view. An IEnumCERTVIEWEXTENSION interface is instantiated through a call to IEnumCERTVIEWROW::EnumCertViewExtension.
The following methods are provided by the IEnumCERTVIEWEXTENSION interface.
| Method | Description |
|---|---|
| Clone | Creates a copy of the IEnumCERTVIEWEXTENSION object. |
| GetFlags | Retrieves the policy and origin flags of the extension. |
| GetName | Retrieves the name of the extension. |
| GetValue | Retrieves the extension value. |
| Next | Positions the IEnumCERTVIEWEXTENSION object to the next extension. |
| Reset | Resets the IEnumCERTVIEWEXTENSION enumeration sequence to the beginning. |
| Skip | Skips a specified number of extensions in the IEnumCERTVIEWEXTENSION enumeration sequence. |