Namespace: Org.BouncyCastle.Security
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public static IBasicAgreement GetBasicAgreementWithKdf(
	DerObjectIdentifier oid,
	string wrapAlgorithm
)
Visual Basic
Public Shared Function GetBasicAgreementWithKdf ( _
	oid As DerObjectIdentifier, _
	wrapAlgorithm As String _
) As IBasicAgreement
Visual C++
public:
static IBasicAgreement^ GetBasicAgreementWithKdf(
	DerObjectIdentifier^ oid, 
	String^ wrapAlgorithm
)

See Also