CollectionCertStoreParameters 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| 名稱 | Description |
|---|---|
| CollectionCertStoreParameters() |
建立一個預設參數值(空且不可變 |
| CollectionCertStoreParameters(ICollection<Object>) |
建立一個實例 |
| CollectionCertStoreParameters(IntPtr, JniHandleOwnership) |
用於建立 JNI 物件受管理表示的建構器;由執行時呼叫。 |
CollectionCertStoreParameters()
建立一個預設參數值(空且不可變Collection)的實例CollectionCertStoreParameters。
[Android.Runtime.Register(".ctor", "()V", "")]
public CollectionCertStoreParameters();
- 屬性
備註
建立一個預設參數值(空且不可變Collection)的實例CollectionCertStoreParameters。
的 java.security.cert.CollectionCertStoreParameters.CollectionCertStoreParameters()Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。
適用於
CollectionCertStoreParameters(ICollection<Object>)
建立一個實例 CollectionCertStoreParameters ,允許從指定的 Collection.
[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 a 的 Certificates 與 CRLs
- 屬性
備註
建立一個實例 CollectionCertStoreParameters ,允許從指定的 Collection. 若指定 Collection 包含非 或 CertificateCRL的物件,該物件將被集合 CertStore忽略。
Collection是 <b>未<被複製/b> 複製了。 取而代之的是參考資料。 這使得呼叫者可以隨後在 中新增或移除 Certificates 或 CRLsCollection,從而改變Certificates集合中CertStore可用的 或 CRLs 集合。 本合集 CertStore 不會修改該 Collection典藏的內容。
若 Collection 將被一個執行緒修改,而另一個執行緒正在呼叫已初始化的Collection集合CertStore方法,則Collection必須有失敗快速迭代器。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 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
JniHandleOwnershipA 指示如何處理javaReference
備註
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。