ObjectIdentifier.Parse Method
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9083)
Parse(Byte[])
Parses an OID from an ASN.1 encoded byte array.
Declaration
public static ObjectIdentifier Parse(byte[] buffer)
Parameters
Type | Name | Description |
---|---|---|
Byte[] | buffer | Byte array. |
Returns
Type | Description |
---|---|
ObjectIdentifier | OID. |