Initializes a new instance of the ObjectIdentifier class using the specified object.

Namespace:  Rebex.Security.Cryptography
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Sub New ( _
	oid As ObjectIdentifier _
)
C#
public ObjectIdentifier(
	ObjectIdentifier oid
)

Parameters

oid
Type: Rebex.Security.Cryptography..::..ObjectIdentifier
The object identifier information to use to create the new object identifier.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also