System::Security::Cryptography::X509Certificates::X509ExtensionCollection クラス
X509ExtensionCollection class
拡張オブジェクトのコレクションです。このクラスのオブジェクトは System::MakeObject() 関数を使用してのみ割り当てるべきです。スタック上や operator new を使用してこの型のインスタンスを作成しないでください。そうしないと実行時エラーやアサーション違反が発生します。常にこのクラスを System::SmartPtr ポインタでラップし、関数の引数としてこのポインタを使用してください。
class X509ExtensionCollection : public System::Collections::Generic::List<SharedPtr<X509Extension>>
メソッド
| メソッド | 説明 |
|---|---|
| idx_get(const String&) const | アクセサー。実装されていません。 |
| idx_get(int) const override | RTTI データ。 |
| X509ExtensionCollection() | 空のコレクションを構築します。 |
参照
- Class List
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++