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
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.
 
     
     
     
     
    