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<X509ExtensionCollection>

Methods

MethodDescription
IsNull() const
operator[](int32_t) constAccessor.
X509ExtensionCollectionPtr()Null pointer constructor.
X509ExtensionCollectionPtr(const SharedPtr<X509ExtensionCollection>&)Constructor.

See Also