ISignerGenerateSignature Method
Generate a signature for the message we've been loaded with using the key we were initialised with.
Namespace: Org.BouncyCastle.CryptoAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
byte[] GenerateSignature()
Function GenerateSignature As Byte()
function GenerateSignature();
Return Value
ByteA byte array containing the signature for the message.