Gets an ASN.1 encoded byte array representation of this OID.
Namespace:
Rebex.Security.Cryptography
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Function ToArray ( _ useDer As Boolean _ ) As Byte() |
C# |
---|
public byte[] ToArray( bool useDer ) |
Parameters
- useDer
- Type: System..::..Boolean
True if DER-formatting is to be used.