Discuss this help topic in SecureBlackbox Forum

TElGeneralName.IpAddress

TElGeneralName     See also     


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


This property specifies the IP address of the identity.

Declaration

[C#]
    string IpAddress;

[VB.NET]
    Property IpAddress As String

[Pascal]
    property IpAddress : string;

[C++]
    void get_IpAddress(std::string &OutResult);
    void set_IpAddress(const std::string &Value);

[PHP]
    string get_IpAddress()
    void set_IpAddress(string $Value)

[Java]
    String getIpAddress();
    void setIpAddress(String Value);

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    

Discuss this help topic in SecureBlackbox Forum