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

Syntax

[Android.Runtime.Register("addSubjectAlternativeName", "(ILjava/lang/String;)V", "GetAddSubjectAlternativeName_ILjava_lang_String_Handler")]
public virtual void AddSubjectAlternativeName (int tag, string name)

Parameters

tag
the type of the name
name
the name in string format.

Exceptions

TypeReason
Java.IO.IOExceptionif parsing 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