Namespace: Org.BouncyCastle.Security
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public static IBasicAgreement GetBasicAgreementWithKdf( string agreeAlgorithm, string wrapAlgorithm ) |
| Visual Basic |
|---|
Public Shared Function GetBasicAgreementWithKdf ( _ agreeAlgorithm As String, _ wrapAlgorithm As String _ ) As IBasicAgreement |
| Visual C++ |
|---|
public: static IBasicAgreement^ GetBasicAgreementWithKdf( String^ agreeAlgorithm, String^ wrapAlgorithm ) |