ObjectIdentifier Constructor
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9083)
ObjectIdentifier(ObjectIdentifier)
Initializes a new instance of the ObjectIdentifier class using the specified object.
Declaration
public ObjectIdentifier(ObjectIdentifier oid)
Parameters
Type | Name | Description |
---|---|---|
ObjectIdentifier | oid | The object identifier information to use to create the new object identifier. |
ObjectIdentifier(String)
Initializes a new instance of the ObjectIdentifier class using the specified OID dotted number string.
Declaration
public ObjectIdentifier(string oid)
Parameters
Type | Name | Description |
---|---|---|
String | oid | An object identifier in dotted number format. |