1 override of SignHash
System.Core (1)
System\Security\Cryptography\ECDsaCng.cs (1)
306public override byte[] SignHash(byte[] hash) {
2 references to SignHash
System.Core (2)
System\Security\Cryptography\ECDsa.cs (2)
115return SignHash(hash); 127return SignHash(hash);