Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ VerifyHash() [3/4]

unsafe override bool System.Security.Cryptography.ECDsaCng.VerifyHash ( ReadOnlySpan< byte > hash,
ReadOnlySpan< byte > signature )
inlinevirtual

Reimplemented from System.Security.Cryptography.ECDsa.

Definition at line 504 of file ECDsaCng.cs.

505 {
507 return keyHandle.VerifyHash(hash, signature, global::Interop.NCrypt.AsymmetricPaddingMode.None, null);
508 }
SafeNCryptKeyHandle GetDuplicatedKeyHandle()
Definition ECDsaCng.cs:258

References System.Security.Cryptography.ECDsaCng.GetDuplicatedKeyHandle().