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