CollectionCertStoreParameters コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
CollectionCertStoreParameters() |
既定の |
CollectionCertStoreParameters(ICollection<Object>) |
指定した |
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 Certificate
s and CRL
s
- 属性
注釈
指定したCollection
インスタンスCollectionCertStoreParameters
から証明書と CRL を取得できるようにします。 指定されたCollection
オブジェクトが含まれている場合は、そのオブジェクトはCRL
Certificate
、コレクションCertStore
によって無視されます。
<コピーCollection
されない</>b> です。 代わりに、参照が使用されます。 これにより、呼び出し元は後で追加または削除したりCRL
、コレクションで使用できるセットCertificates
をCRL
変更したり、コレクションCertStore
から Collection
s を削除Certificates
したりできるようになります。 コレクション CertStore
の内容 Collection
は変更されません。
別のCollection
スレッドがこれを使用して初期化Collection
されたコレクションCertStore
のメソッドを呼び出している間に、あるスレッドによって変更される場合は、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
パラメーター
- transfer
- JniHandleOwnership
処理方法 JniHandleOwnershipを示す javaReference
注釈
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。