ISignerGenerateSignature Method

Generate a signature for the message we've been loaded with using the key we were initialised with.

Definition

Namespace: Org.BouncyCastle.Crypto
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
byte[] GenerateSignature()

Return Value

Byte
A byte array containing the signature for the message.

See Also