Java.Security.Cert.X509CRLSelector.AddIssuerName Method
Adds an issuer to the criterion for the issuer distinguished names.

Syntax

[Android.Runtime.Register("addIssuerName", "([B)V", "GetAddIssuerName_arrayBHandler")]
public virtual void AddIssuerName (byte[] iss_name)

Parameters

iss_name
the issuer to add to the criterion in ASN.1 DER encoded form.

Exceptions

TypeReason
Java.IO.IOExceptionif parsing fails.

Remarks

Adds an issuer to the criterion for the issuer distinguished names.

The CRL issuer must match at least one of the specified distinguished names.

[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