System::Security::Cryptography::X509Certificates::X509Certificate2Collection クラス
X509Certificate2Collection class
X509 証明書オブジェクトのコレクション。このクラスのオブジェクトは System::MakeObject() 関数を使用してのみ割り当てるべきです。このタイプのインスタンスをスタック上で作成したり operator new を使用したりしないでください。そうしないと実行時エラーやアサーション失敗が発生します。常にこのクラスを System::SmartPtr ポインタでラップし、そのポインタを関数の引数として渡すようにしてください。
class X509Certificate2Collection : public System::Collections::Generic::List<SharedPtr<X509Certificate2>>
参照
- Class List
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++