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