ObjectIdentifier.ToArray Method
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9083)
ToArray()
Returns a byte array that represents the inner content of DER-encoded form of this OID. Note: This is almost never used. Most likely, Encode() should be used instead.
Declaration
public byte[] ToArray()
Returns
Type | Description |
---|---|
Byte[] | Byte array. |