System::Security::Cryptography::X509Certificates::X509CertificateCollectionPtr class
X509CertificateCollectionPtr 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 X509CertificateCollectionPtr : public System::SmartPtr<X509CertificateCollection>
Methods
Method | Description |
---|---|
operator[](int) const | Accessor. |
X509CertificateCollectionPtr() | Null pointer constructor. |
X509CertificateCollectionPtr(const SharedPtr<X509CertificateCollection>&) | Constructor. |
See Also
- Class SmartPtr
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.PUB for C++