共用方式為


CollectionCertStoreParameters.Collection 屬性

定義

Collection 回 從中 Certificate擷取 s 和 CRL的 。

public virtual System.Collections.Generic.ICollection<object>? Collection { [Android.Runtime.Register("getCollection", "()Ljava/util/Collection;", "GetGetCollectionHandler")] get; }
[<get: Android.Runtime.Register("getCollection", "()Ljava/util/Collection;", "GetGetCollectionHandler")>]
member this.Collection : System.Collections.Generic.ICollection<obj>

屬性值

Collection (永不為 Null)

屬性

備註

Collection 回 從中 Certificate擷取 s 和 CRL的 。 這是 <b>不是< /b> 的複本 Collection,它是參考。 這可讓呼叫端後續從 新增或移除 CertificatesCRLCollection

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

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

適用於