Discuss this help topic in SecureBlackbox Forum

TElCMSSignerLocation.CountryName

TElCMSSignerLocation     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies signer's country name.

Declaration

[C#]
    TElASN1DirectoryString CountryName;

[VB.NET]
    Property CountryName As TElASN1DirectoryString

[Pascal]
    property CountryName : TElASN1DirectoryString;

[C++]
    TElASN1DirectoryString* get_CountryName();

[PHP]
    TElASN1DirectoryString get_CountryName()

[Java]
    TElASN1DirectoryString getCountryName();

Description

    Use this property to get the signer's country name.

See also:     LocalityName     PostalAddressLines    

Discuss this help topic in SecureBlackbox Forum