Org.BouncyCastle.Crypto.Signers.PreComputedSigner.VerifySignature C# (CSharp) Method

VerifySignature() public method

public VerifySignature ( byte signature ) : bool
signature byte
return bool
        public bool VerifySignature(byte[] signature)
        {
            throw new System.NotImplementedException();
        }