X509CRLSelector.IssuerNames Property

Definition

Returns a copy of the issuerNames criterion.

public virtual System.Collections.Generic.ICollection<Java.Lang.Object>? IssuerNames { [Android.Runtime.Register("getIssuerNames", "()Ljava/util/Collection;", "GetGetIssuerNamesHandler")] get; }
[<get: Android.Runtime.Register("getIssuerNames", "()Ljava/util/Collection;", "GetGetIssuerNamesHandler")>]
member this.IssuerNames : System.Collections.Generic.ICollection<Java.Lang.Object>

Property Value

ICollection<Object>

a Collection of names (or null)

Attributes

Remarks

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

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