言語

CollectionCertStoreParameters コンストラクター

定義

オーバーロード

名前 説明
CollectionCertStoreParameters()

既定のパラメーター値 (空の変更できないCollection) を使用して、CollectionCertStoreParametersのインスタンスを作成します。

CollectionCertStoreParameters(ICollection<Object>)

指定したCollectionから証明書と CRL を取得できるようにするCollectionCertStoreParametersのインスタンスを作成します。

CollectionCertStoreParameters(IntPtr, JniHandleOwnership)

JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。

CollectionCertStoreParameters()

既定のパラメーター値 (空の変更できないCollection) を使用して、CollectionCertStoreParametersのインスタンスを作成します。

[Android.Runtime.Register(".ctor", "()V", "")]
public CollectionCertStoreParameters();
属性

注釈

既定のパラメーター値 (空の変更できないCollection) を使用して、CollectionCertStoreParametersのインスタンスを作成します。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

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>

CertificateCRLCollection

属性

注釈

指定したCollectionから証明書と CRL を取得できるようにするCollectionCertStoreParametersのインスタンスを作成します。 指定した CollectionCertificate または CRLではないオブジェクトが含まれている場合、そのオブジェクトは Collection CertStoreによって無視されます。

Collectionはコピー<></b>です。 代わりに、参照が使用されます。 これにより、呼び出し元は後でCollectionCertificatesまたはCRLを追加または削除できるため、コレクション CertStoreで使用できるCertificatesまたはCRLのセットを変更できます。 コレクション CertStore は、 Collectionの内容を変更しません。

別のスレッドがこのCollectionで初期化された Collection CertStoreのメソッドを呼び出している間に、Collectionが 1 つのスレッドによって変更される場合、Collectionには高速反復子が必要です。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

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

パラメーター

javaReference
IntPtr

nativeint

Java ネイティブ インターフェイス (JNI) オブジェクト参照を含むIntPtr

transfer
JniHandleOwnership

JniHandleOwnership処理方法を示すjavaReference

注釈

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象