語言

CollectionCertStoreParameters.Collection 屬性

定義

返回 , Collection 從中 Certificate取出 s 和 CRLs。

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 永不為零)

屬性

備註

返回 , Collection 從中 Certificate取出 s 和 CRLs。 這是 <b>not</b> 的複製 Collection品,這是參考資料。 這使得呼叫者可以隨後在 . 中添加或移除 CertificatesCRLs。Collection

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

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

適用於