次の方法で共有


CollectionCertStoreParameters コンストラクター

定義

オーバーロード

CollectionCertStoreParameters()

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

CollectionCertStoreParameters(ICollection<Object>)

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

CollectionCertStoreParameters(IntPtr, JniHandleOwnership)

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

CollectionCertStoreParameters()

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

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

注釈

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

の Java ドキュメントjava.security.cert.CollectionCertStoreParameters.CollectionCertStoreParameters()

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象

CollectionCertStoreParameters(ICollection<Object>)

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

[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>

a Collection of Certificates and CRLs

属性

注釈

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

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

別のCollectionスレッドがこれを使用して初期化CollectionされたコレクションCertStoreのメソッドを呼び出している間に、あるスレッドによって変更される場合は、Collectionフェイルファスト反復子が必要です。

の Java ドキュメントjava.security.cert.CollectionCertStoreParameters.CollectionCertStoreParameters(java.util.Collection<?>)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象

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

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

transfer
JniHandleOwnership

処理方法 JniHandleOwnershipを示す javaReference

注釈

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象