Initializes a new instance of the ObjectIdentifier class using the specified OID dotted number string.
Namespace:
Rebex.Security.Cryptography
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
| Visual Basic |
|---|
Public Sub New ( _ oid As String _ ) |
| C# |
|---|
public ObjectIdentifier( string oid ) |
Parameters
- oid
- Type: System..::..String
An object identifier in dotted number format.