CollectionCertStoreParameters コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| CollectionCertStoreParameters() |
既定のパラメーター値 (空の変更できない |
| CollectionCertStoreParameters(ICollection<Object>) |
指定した |
| CollectionCertStoreParameters(IntPtr, JniHandleOwnership) |
JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。 |
CollectionCertStoreParameters()
既定のパラメーター値 (空の変更できないCollection) を使用して、CollectionCertStoreParametersのインスタンスを作成します。
[Android.Runtime.Register(".ctor", "()V", "")]
public CollectionCertStoreParameters();
- 属性
注釈
既定のパラメーター値 (空の変更できないCollection) を使用して、CollectionCertStoreParametersのインスタンスを作成します。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。
適用対象
CollectionCertStoreParameters(ICollection<Object>)
指定したCollectionから証明書と CRL を取得できるようにするCollectionCertStoreParametersのインスタンスを作成します。
[Android.Runtime.Register(".ctor", "(Ljava/util/Collection;)V", "")]
public CollectionCertStoreParameters(System.Collections.Generic.ICollection<object>? collection);
[<Android.Runtime.Register(".ctor", "(Ljava/util/Collection;)V", "")>]
new Java.Security.Cert.CollectionCertStoreParameters : System.Collections.Generic.ICollection<obj> -> Java.Security.Cert.CollectionCertStoreParameters
パラメーター
- collection
- ICollection<Object>
CertificateとCRLのCollection
- 属性
注釈
指定したCollectionから証明書と CRL を取得できるようにするCollectionCertStoreParametersのインスタンスを作成します。 指定した Collection に Certificate または CRLではないオブジェクトが含まれている場合、そのオブジェクトは Collection CertStoreによって無視されます。
Collectionはコピー<></b>です。 代わりに、参照が使用されます。 これにより、呼び出し元は後でCollectionにCertificatesまたはCRLを追加または削除できるため、コレクション CertStoreで使用できるCertificatesまたはCRLのセットを変更できます。 コレクション CertStore は、 Collectionの内容を変更しません。
別のスレッドがこのCollectionで初期化された Collection CertStoreのメソッドを呼び出している間に、Collectionが 1 つのスレッドによって変更される場合、Collectionには高速反復子が必要です。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。
適用対象
CollectionCertStoreParameters(IntPtr, JniHandleOwnership)
JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。
protected CollectionCertStoreParameters(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Security.Cert.CollectionCertStoreParameters : nativeint * Android.Runtime.JniHandleOwnership -> Java.Security.Cert.CollectionCertStoreParameters
パラメーター
- transfer
- JniHandleOwnership
JniHandleOwnership処理方法を示すjavaReference
注釈
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。