EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElGeneralName.DNSName

TElGeneralName     See also    


 

This property is used to store Domain Name Service labels.

 
 

Declaration

[C#]
    string DNSName;

[VB.NET]
    Property DNSName As String

[Pascal]
    property DNSName : string;

[VB6]
    Property IElGeneralNameX.DNSName As String

[ActiveX]
    HRESULT _stdcall IElGeneralNameX.DNSName([out, retval] BSTR * Value );
    HRESULT _stdcall IElGeneralNameX.DNSName([in] BSTR Value );

[DLL]
    not implemented;
 
 
 

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

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation