X500DistinguishedNameBuilder.AddCountryOrRegion(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoute un attribut de pays ou de région.
public:
void AddCountryOrRegion(System::String ^ twoLetterCode);
public void AddCountryOrRegion (string twoLetterCode);
member this.AddCountryOrRegion : string -> unit
Public Sub AddCountryOrRegion (twoLetterCode As String)
Paramètres
- twoLetterCode
- String
Code à deux lettres du pays ou de la région.
Exceptions
twoLetterCode
a la valeur null
.
twoLetterCode
n’est pas exactement deux caractères ou contient des caractères qui ne sont pas de A à Z.
Remarques
Cela encode un attribut avec l’OID 2.5.4.6 en tant que PrintableString.
twoLetterCode
doit être un code ISO 3166 alpha-2 à deux lettres et est normalisé en caractères majuscules.