Creates an instance of the AlgorithmIdentifier class with the specified algorithm identifier.

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

Syntax

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

Parameters

oid
Type: Rebex.Security.Cryptography..::..ObjectIdentifier
An object identifier for the algorithm.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also