CollectionCertStoreParameters 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
CollectionCertStoreParameters() |
使用預設參數值建立的實例 |
CollectionCertStoreParameters(ICollection<Object>) |
建立 實例 |
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 和 CRL
s 的Certificate
- 屬性
備註
建立 實例 CollectionCertStoreParameters
,其會允許從指定的 Collection
擷取憑證和CRL。 如果指定的 Collection
包含的物件不是 Certificate
或 CRL
,則 Collection CertStore
會忽略該物件。
Collection
是 <b>不是</b> 複製。 相反地,會使用參考。 這可讓呼叫端後續從 中新增或移除 Certificates
或 CRL
,Collection
因此變更集合可用的 或CRL
集合 Certificates
CertStore
。 集合 CertStore
不會修改的內容 Collection
。
Collection
如果 一個線程會在另一個線程呼叫以這個 Collection
初始化的 Collection CertStore
方法時修改 ,則 Collection
必須有失敗的反覆運算器。
此頁面的部分是根據 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
參數
- transfer
- JniHandleOwnership
JniHandleOwnership,指出如何處理javaReference
備註
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。