8 references to VerifyCore
System.Security.Cryptography.Cose (8)
System\Security\Cryptography\Cose\CoseSignature.cs (8)
112return VerifyCore(coseKey, Message.Content.Value.Span, null, associatedData);
152return VerifyCore(key, Message.Content.Value.Span, null, associatedData);
195return VerifyCore(coseKey, Message.Content.Value.Span, null, associatedData);
241return VerifyCore(coseKey, detachedContent, null, associatedData);
322return VerifyCore(coseKey, detachedContent, null, associatedData);
363return VerifyCore(key, detachedContent, null, associatedData);
427return VerifyCore(coseKey, default, detachedContent, associatedData);
486return VerifyCore(key, default, detachedContent, associatedData);