X509CRLSelector.Issuers Property

Definition

Returns the issuerNames criterion. -or- Sets the issuerNames criterion.

public virtual System.Collections.Generic.ICollection<Javax.Security.Auth.X500.X500Principal>? Issuers { [Android.Runtime.Register("getIssuers", "()Ljava/util/Collection;", "GetGetIssuersHandler")] get; [Android.Runtime.Register("setIssuers", "(Ljava/util/Collection;)V", "GetSetIssuers_Ljava_util_Collection_Handler")] set; }
[<get: Android.Runtime.Register("getIssuers", "()Ljava/util/Collection;", "GetGetIssuersHandler")>]
[<set: Android.Runtime.Register("setIssuers", "(Ljava/util/Collection;)V", "GetSetIssuers_Ljava_util_Collection_Handler")>]
member this.Issuers : System.Collections.Generic.ICollection<Javax.Security.Auth.X500.X500Principal> with get, set

Property Value

ICollection<X500Principal>

an unmodifiable Collection of names (or null)

Attributes

Remarks

Property getter documentation:

Java documentation for java.security.cert.X509CRLSelector.getIssuers().

Property setter documentation:

Java documentation for java.security.cert.X509CRLSelector.setIssuers(java.util.Collection<javax.security.auth.x500.X500Principal>).

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