AbstractVerifier.AcceptableCountryWildcard(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.