The OctetString type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| IsHex |
Return true if OctetString contains non-printable characters, otherwise return false.
| |
| Item |
Indexed access to the OctetString class data members.
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. | |
| Type |
Get ASN.1 value type stored in this class.
(Inherited from AsnType.) |