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