|
|
|
Location:
x509gn.h
Link against: x509.lib
CX509DomainName
Supported from 6.0
Domain name.
Base class for email address and DNS names.
|
Defined in CX509DomainName:
IsWithinSubtree(), Name(), ~CX509DomainName()
Inherited from CBase:
operator new()
~CX509DomainName();
Destructor.
Frees all resources owned by the object, prior to its destruction.
TBool IsWithinSubtree(const CX509DomainName& aName) const;
Tests whether every sub domain in the specified domain name is the same as the corresponding sub domain in this object, starting at the end.
For example, 'john.doe@symbian.com' is within the subtree 'symbian.com' but is not within the subtree 'john' or 'symbian'.
|
|
TPtrC Name() const;
Gets the full domain name.
|