OidExtensionsClone Method

Gets a safe copy of Oid instance.

Definition

Namespace: SysadminsLV.PKI.Cryptography
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public static Oid Clone(
	this Oid oid
)

Parameters

oid  Oid
existing Oid instance.

Return Value

Oid
A safe copy of Oid instance.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Oid. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also