5 references to VerifyCore
System.Security.Cryptography.Cose (5)
System\Security\Cryptography\Cose\CoseSign1Message.cs (5)
406return VerifyCore(key, _content, null, associatedData, CoseHelpers.GetKeyType(key)); 448return VerifyCore(key, _content, null, associatedData, CoseHelpers.GetKeyType(key)); 496return VerifyCore(key, detachedContent, null, associatedData, CoseHelpers.GetKeyType(key)); 540return VerifyCore(key, detachedContent, null, associatedData, CoseHelpers.GetKeyType(key)); 606return VerifyCore(key, default, detachedContent, associatedData, CoseHelpers.GetKeyType(key));