System::Security::Cryptography::X509Certificates::X509ExtensionCollectionPtr class
X509ExtensionCollectionPtr class
Pointer to collection of X509 extensions. This type is a pointer to manage other object’s deletion. It should be allocated on stack and passed to functions either by value or by const reference.
class X509ExtensionCollectionPtr : public System::SmartPtr<T0>
Methods
| Method | Description | 
|---|---|
| IsNull() const | |
| operator[](int32_t) const | Accessor. | 
| X509ExtensionCollectionPtr() | Null pointer constructor. | 
| X509ExtensionCollectionPtr(const SharedPtr<X509ExtensionCollection>&) | Constructor. | 
See Also
- Class SmartPtr
 - Namespace System::Security::Cryptography::X509Certificates
 - Library Aspose.PDF for C++