Discuss this help topic in SecureBlackbox Forum

TElGeneralName.DNSName

TElGeneralName     See also     


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


This property is used to store Domain Name Service labels.

Declaration

[C#]
    string DNSName;

[VB.NET]
    Property DNSName As String

[Pascal]
    property DNSName : string;

[C++]
    void get_DNSName(std::string &OutResult);
    void set_DNSName(const std::string &Value);

[PHP]
    string get_DNSName()
    void set_DNSName(string $Value)

[Java]
    String getDNSName();
    void setDNSName(String Value);

Description

    As specified in RFC 2459, the name MUST be in the «preferred name syntax,» as specified by RFC 1034 [RFC 1034]. Note that while upper and lower case letters are allowed in domain names, they are treated as the same. The use of the DNS representation for Internet mail addresses (wpolk.nist.gov instead of wpolk@nist.gov) is not permitted; such identities are to be encoded as rfc822Name.

See also:     RFC822Name    

Discuss this help topic in SecureBlackbox Forum