The IpAddress type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| IsHex |
Return true if OctetString contains non-printable characters, otherwise return false.
(Inherited from OctetString.) | |
| Item |
Indexed access to the OctetString class data members.
(Inherited from OctetString.)OctetString os = new OctetString("test"); for(int i = 0;i < os.Length;i++) { Console.WriteLine("{0}",os[i]); } | |
| Length | Get length of the internal byte array. 0 if byte array is undefined or zero length. (Inherited from OctetString.) | |
| Type |
Get ASN.1 value type stored in this class.
(Inherited from AsnType.) | |
| Valid |
Returns true if object contains a valid IP address value.
|