Share via


CollectionCertStoreParameters.Collection Property

Definition

Returns the Collection from which Certificates and CRLs are retrieved.

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>

Property Value

the Collection (never null)

Attributes

Remarks

Returns the Collection from which Certificates and CRLs are retrieved. This is <b>not</b> a copy of the Collection, it is a reference. This allows the caller to subsequently add or remove Certificates or CRLs from the Collection.

Java documentation for java.security.cert.CollectionCertStoreParameters.getCollection().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to