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 (从不为 null)

属性

注解

返回 Collection 从中 Certificate检索的 s 和 CRLs。 这是 <b>不是</b Collection> 的副本,它是引用。 这允许调用方随后添加或删除或CRL从中Collection添加或删除 Certificates

适用于 . 的 java.security.cert.CollectionCertStoreParameters.getCollection()Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于