Java.Security.Cert.X509CertSelector.MatchAllSubjectAltNames Property
Returns the flag for the matching behavior for subject alternative names.

Syntax

[get: Android.Runtime.Register("getMatchAllSubjectAltNames", "()Z", "GetGetMatchAllSubjectAltNamesHandler")]
[set: Android.Runtime.Register("setMatchAllSubjectAltNames", "(Z)V", "GetSetMatchAllSubjectAltNames_ZHandler")]
public virtual bool MatchAllSubjectAltNames { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the flag for the matching behavior for subject alternative names. The flag indicates whether a certificate must contain all or at least one of the subject alternative names specified by X509CertSelector.setSubjectAlternativeNames(java.util.Collection<java.util.List<?>>) or X509CertSelector.AddSubjectAlternativeName(int, System.Byte[]).

Set method documentation [Android Documentation]

Sets the flag for the matching behavior for subject alternative names. The flag indicates whether a certificate must contain all or at least one of the subject alternative names specified by X509CertSelector.setSubjectAlternativeNames(java.util.Collection<java.util.List<?>>) or X509CertSelector.AddSubjectAlternativeName(int, System.Byte[]).

Requirements

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