EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElGeneralName.IpAddress

TElGeneralName     See also    


 

This property specifies the IP address of the identity.

 
 

Declaration

[C#]
    string IpAddress;

[VB.NET]
    Property IpAddress As String

[Pascal]
    property IpAddress : string;

[VB6]
    Property IElGeneralNameX.IPAddress As Variant

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

[DLL]
    not implemented;
 
 
 

Description

    As specified by RFC 2459, the address MUST be stored in the octet string in «network byte order,» as specified in RFC 791 [RFC 791]. The least significant bit (LSB) of each octet is the LSB of the corresponding byte in the network address. For IP Version 4, as specified in RFC 791, the octet string MUST contain exactly four octets. For IP Version 6, as specified in RFC 1883, the octet string MUST contain exactly sixteen octets [RFC 1883].

 
 

See also:     RFC822Name

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