Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Идентификаторы полей расширенного имени X.500.

Открытые типы

 

enum  Type {
  commonName = rt_pc_x500_rdn_nid_common_name,
  surname = rt_pc_x500_rdn_nid_surname,
  givenName = rt_pc_x500_rdn_nid_given_name,
  title = rt_pc_x500_rdn_nid_title,
  pseudonym = rt_pc_x500_rdn_nid_pseudonym,
  emailAddress = rt_pc_x500_rdn_nid_email_address,
  countryName = rt_pc_x500_rdn_nid_country_name,
  localityName = rt_pc_x500_rdn_nid_locality_name,
  stateOrProvinceName = rt_pc_x500_rdn_nid_state_or_province_name,
  organization = rt_pc_x500_rdn_nid_organization,
  organizationalUnit = rt_pc_x500_rdn_nid_organizational_unit,
  street = rt_pc_x500_rdn_nid_street,
  ogrn = rt_pc_x500_rdn_nid_ogrn,
  ogrnip = rt_pc_x500_rdn_nid_ogrnip,
  snils = rt_pc_x500_rdn_nid_snils,
  inn = rt_pc_x500_rdn_nid_inn
}
  • No labels