5 references to VerifyCore
System.Security.Cryptography.Cose (5)
System\Security\Cryptography\Cose\CoseSign1Message.cs (5)
388return VerifyCore(key, _content, null, associatedData, CoseHelpers.GetKeyType(key));
427return VerifyCore(key, _content, null, associatedData, CoseHelpers.GetKeyType(key));
469return VerifyCore(key, detachedContent, null, associatedData, CoseHelpers.GetKeyType(key));
510return VerifyCore(key, detachedContent, null, associatedData, CoseHelpers.GetKeyType(key));
570return VerifyCore(key, default, detachedContent, associatedData, CoseHelpers.GetKeyType(key));