System.Security.Cryptography.ECDsaOpenSsl.VerifyHash C# (CSharp) Méthode

VerifyHash() public méthode

public VerifyHash ( byte hash, byte signature ) : bool
hash byte
signature byte
Résultat bool
        public override bool VerifyHash(byte[] hash, byte[] signature)
        {
            throw null;
        }