Share via


X509CertSelector.IssuerAsString Property

Definition

<strong>Denigrated</strong>, use #getIssuer() or #getIssuerAsBytes() instead.

public virtual string? IssuerAsString { [Android.Runtime.Register("getIssuerAsString", "()Ljava/lang/String;", "GetGetIssuerAsStringHandler")] get; }
[<get: Android.Runtime.Register("getIssuerAsString", "()Ljava/lang/String;", "GetGetIssuerAsStringHandler")>]
member this.IssuerAsString : string

Property Value

the required issuer distinguished name in RFC 2253 format (or null)

Attributes

Remarks

<strong>Denigrated</strong>, use #getIssuer() or #getIssuerAsBytes() instead. This method should not be relied on as it can fail to match some certificates because of a loss of encoding information in the RFC 2253 String form of some distinguished names.

Returns the issuer criterion as a String. This distinguished name must match the issuer distinguished name in the X509Certificate. If null, the issuer criterion is disabled and any issuer distinguished name will do.

If the value returned is not null, it is a distinguished name, in RFC 2253 format.

Java documentation for java.security.cert.X509CertSelector.getIssuerAsString().

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