ObjectIdentifier.Implicit Operator
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9313)
Implicit(String to ObjectIdentifier)
Converts a String OID to an ObjectIdentifier.
Declaration
public static implicit operator ObjectIdentifier(string oid)Parameters
| Type | Name | Description | 
|---|---|---|
| String | oid | An object identifier in dotted number format. | 
Returns
| Type | Description | 
|---|---|
| ObjectIdentifier | An ObjectIdentifier. |