Java.Security.Cert.X509CertSelector.SetIssuer Method
Sets the issuer that a certificate must match.

Syntax

[Android.Runtime.Register("setIssuer", "([B)V", "GetSetIssuer_arrayBHandler")]
public virtual void SetIssuer (byte[] issuerDN)

Parameters

issuerDN
the distinguished issuer name in ASN.1 DER encoded format, or null to not check the issuer.

Exceptions

TypeReason
Java.IO.IOExceptionif decoding the issuer fail.

Remarks

Sets the issuer that a certificate must match.

[Android Documentation]

Requirements

Namespace: Java.Security.Cert
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1