X509CertificateCollection コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
X509CertificateCollection クラスの新しいインスタンスを初期化します。
オーバーロード
X509CertificateCollection() |
X509CertificateCollection クラスの新しいインスタンスを初期化します。 |
X509CertificateCollection(X509Certificate[]) |
X509Certificate オブジェクトの配列から X509CertificateCollection クラスの新しいインスタンスを初期化します。 |
X509CertificateCollection(X509CertificateCollection) |
別の X509CertificateCollection から X509CertificateCollection クラスの新しいインスタンスを初期化します。 |
X509CertificateCollection()
X509CertificateCollection クラスの新しいインスタンスを初期化します。
public:
X509CertificateCollection();
public X509CertificateCollection ();
Public Sub New ()
適用対象
X509CertificateCollection(X509Certificate[])
X509Certificate オブジェクトの配列から X509CertificateCollection クラスの新しいインスタンスを初期化します。
public:
X509CertificateCollection(cli::array <System::Security::Cryptography::X509Certificates::X509Certificate ^> ^ value);
public X509CertificateCollection (System.Security.Cryptography.X509Certificates.X509Certificate[] value);
new System.Security.Cryptography.X509Certificates.X509CertificateCollection : System.Security.Cryptography.X509Certificates.X509Certificate[] -> System.Security.Cryptography.X509Certificates.X509CertificateCollection
Public Sub New (value As X509Certificate())
パラメーター
- value
- X509Certificate[]
新しいオブジェクトを初期化するために使用する X509Certificate オブジェクトの配列。
適用対象
X509CertificateCollection(X509CertificateCollection)
別の X509CertificateCollection から X509CertificateCollection クラスの新しいインスタンスを初期化します。
public:
X509CertificateCollection(System::Security::Cryptography::X509Certificates::X509CertificateCollection ^ value);
public X509CertificateCollection (System.Security.Cryptography.X509Certificates.X509CertificateCollection value);
new System.Security.Cryptography.X509Certificates.X509CertificateCollection : System.Security.Cryptography.X509Certificates.X509CertificateCollection -> System.Security.Cryptography.X509Certificates.X509CertificateCollection
Public Sub New (value As X509CertificateCollection)
パラメーター
新しいオブジェクトを初期化するために使用する X509CertificateCollection。
適用対象
.NET