Initialise the generator for signing.
Namespace: Org.BouncyCastle.Bcpg.OpenPgpAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public void InitSign( int sigType, PgpPrivateKey key, SecureRandom random ) |
Visual Basic |
---|
Public Sub InitSign ( _ sigType As Integer, _ key As PgpPrivateKey, _ random As SecureRandom _ ) |
Visual C++ |
---|
public: void InitSign( int sigType, PgpPrivateKey^ key, SecureRandom^ random ) |