Java.Security.Cert.X509CertSelector.AddSubjectAlternativeName Method
Adds a subject alternative name to the respective criterion.

Syntax

[Android.Runtime.Register("addSubjectAlternativeName", "(I[B)V", "GetAddSubjectAlternativeName_IarrayBHandler")]
public virtual void AddSubjectAlternativeName (int tag, byte[] name)

Parameters

tag
the type of the name.
name
the name in ASN.1 DER encoded form.

Exceptions

TypeReason
Java.IO.IOExceptionif the decoding of the name fails.

Remarks

Adds a subject alternative name to the respective criterion.

[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