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, string algorithm, string wrapOid, OriginatorIdentifierOrKey originator, X509Certificate cert ) |
Visual Basic |
---|
Public Sub New ( _ secKeyAlgorithm As String, _ secKey As KeyParameter, _ algorithm As String, _ wrapOid As String, _ originator As OriginatorIdentifierOrKey, _ cert As X509Certificate _ ) |
Visual C++ |
---|
public: RecipientInf( String^ secKeyAlgorithm, KeyParameter^ secKey, String^ algorithm, String^ wrapOid, OriginatorIdentifierOrKey^ originator, X509Certificate^ cert ) |
Parameters
- secKeyAlgorithm
- Type: System..::..String
- algorithm
- Type: System..::..String
- wrapOid
- Type: System..::..String
- originator
- Type: Org.BouncyCastle.Asn1.Cms..::..OriginatorIdentifierOrKey