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

MethodDescription
operator[](size_t) constAccessor.
X509Certificate2CollectionPtr()Null pointer constructor.
X509Certificate2CollectionPtr(const SharedPtr<X509Certificate2Collection>&)Constructor.

See Also