共用方式為


CollectionCertStoreParameters 建構函式

定義

多載

CollectionCertStoreParameters()

使用預設參數值建立的實例 CollectionCertStoreParameters (空的和不可變的 Collection)。

CollectionCertStoreParameters(ICollection<Object>)

建立 實例 CollectionCertStoreParameters ,其會允許從指定的 Collection擷取憑證和CRL。

CollectionCertStoreParameters(IntPtr, JniHandleOwnership)

建立 JNI 物件的 Managed 表示法時使用的建構函式;由運行時間呼叫。

CollectionCertStoreParameters()

使用預設參數值建立的實例 CollectionCertStoreParameters (空的和不可變的 Collection)。

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

備註

使用預設參數值建立的實例 CollectionCertStoreParameters (空的和不可變的 Collection)。

java.security.cert.CollectionCertStoreParameters.CollectionCertStoreParameters()Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

CollectionCertStoreParameters(ICollection<Object>)

建立 實例 CollectionCertStoreParameters ,其會允許從指定的 Collection擷取憑證和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>

Collection s 和 CRLs 的Certificate

屬性

備註

建立 實例 CollectionCertStoreParameters ,其會允許從指定的 Collection擷取憑證和CRL。 如果指定的 Collection 包含的物件不是 CertificateCRL,則 Collection CertStore會忽略該物件。

Collection是 <b>不是</b> 複製。 相反地,會使用參考。 這可讓呼叫端後續從 中新增或移除 CertificatesCRLCollection因此變更集合可用的 或CRL集合 CertificatesCertStore。 集合 CertStore 不會修改的內容 Collection

Collection如果 一個線程會在另一個線程呼叫以這個 Collection初始化的 Collection CertStore 方法時修改 ,則 Collection 必須有失敗的反覆運算器。

java.security.cert.CollectionCertStoreParameters.CollectionCertStoreParameters(java.util.Collection<?>)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

CollectionCertStoreParameters(IntPtr, JniHandleOwnership)

建立 JNI 物件的 Managed 表示法時使用的建構函式;由運行時間呼叫。

protected CollectionCertStoreParameters (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Security.Cert.CollectionCertStoreParameters : nativeint * Android.Runtime.JniHandleOwnership -> Java.Security.Cert.CollectionCertStoreParameters

參數

javaReference
IntPtr

nativeint

IntPtr,包含 Java Native Interface (JNI) 對象參考。

transfer
JniHandleOwnership

JniHandleOwnership,指出如何處理javaReference

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於