Language

AbstractVerifier.AcceptableCountryWildcard(String) Method

Definition

Caution

deprecated

Determines whether a wildcard is allowed for a country/region-code domain.

[Android.Runtime.Register("acceptableCountryWildcard", "(Ljava/lang/String;)Z", "")]
[System.Obsolete("deprecated")]
public static bool AcceptableCountryWildcard(string? cn);
[<Android.Runtime.Register("acceptableCountryWildcard", "(Ljava/lang/String;)Z", "")>]
[<System.Obsolete("deprecated")>]
static member AcceptableCountryWildcard : string -> bool

Parameters

cn
String

The common name to evaluate.

Returns

true when the common name is not a prohibited two-level country/region-code wildcard; otherwise, false.

Attributes

Remarks

Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0.

Applies to