Initializes a new instance of the CmsEnvelopedGenerator..::..RecipientInf class
Namespace: Org.BouncyCastle.CmsAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public RecipientInf( string secKeyAlgorithm, KeyParameter secKey, AlgorithmIdentifier derivationAlg ) |
| Visual Basic |
|---|
Public Sub New ( _ secKeyAlgorithm As String, _ secKey As KeyParameter, _ derivationAlg As AlgorithmIdentifier _ ) |
| Visual C++ |
|---|
public: RecipientInf( String^ secKeyAlgorithm, KeyParameter^ secKey, AlgorithmIdentifier^ derivationAlg ) |
Parameters
- secKeyAlgorithm
- Type: System..::..String
- derivationAlg
- Type: Org.BouncyCastle.Asn1.X509..::..AlgorithmIdentifier