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);
285return VerifyCore(coseKey, detachedContent, null, associatedData);
326return VerifyCore(key, detachedContent, null, associatedData);
390return VerifyCore(coseKey, default, detachedContent, associatedData);
449return VerifyCore(key, default, detachedContent, associatedData);