Add a PBE encryption method to the encrypted object.

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

Syntax

C#
public void AddMethod(
	char[] passPhrase
)
Visual Basic
Public Sub AddMethod ( _
	passPhrase As Char() _
)
Visual C++
public:
void AddMethod(
	array<wchar_t>^ passPhrase
)

Parameters

passPhrase
Type: array<System..::..Char>[]()[][]

See Also