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

MethodDescription
operator[](int) constAccessor.
X509CertificateCollectionPtr()Null pointer constructor.
X509CertificateCollectionPtr(const SharedPtr<X509CertificateCollection>&)Constructor.

See Also