System::Security::Cryptography::X509Certificates::X509Certificate2CollectionPtr class
X509Certificate2CollectionPtr class
Pointer to collection of X509 certificates. 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 X509Certificate2CollectionPtr : public System::SmartPtr<X509Certificate2Collection>
Methods
Method | Description |
---|---|
operator[](size_t) const | Accessor. |
X509Certificate2CollectionPtr() | Null pointer constructor. |
X509Certificate2CollectionPtr(const SharedPtr<X509Certificate2Collection>&) | Constructor. |
See Also
- Class SmartPtr
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.PUB for C++