|
||
Interface status: | deprecated | Deprecated. Do not Use. v6.0 |
class TDNInfo;
Class to hold the DN (Distinguished Name) information.
Defined in TDNInfo
:
iCommonName
DN common name. iCountry
DN country string. iLocality
DN locality. iOrganization
DN orginasation. iOrganizationUnit
DN organisation unit. Interface status: | deprecated | Inherited from: TDNInfo |
TBuf8< 4 > iCountry;
DN country string.
Interface status: | deprecated | Inherited from: TDNInfo |
TBuf8< 64 > iOrganizationUnit;
DN organisation unit.
Interface status: | deprecated | Inherited from: TDNInfo |
TBuf8< 64 > iOrganization;
DN orginasation.
Interface status: | deprecated | Inherited from: TDNInfo |
TBuf8< 64 > iCommonName;
DN common name.
Interface status: | deprecated | Inherited from: TDNInfo |
TBuf8< 128 > iLocality;
DN locality.