5 references to VerifyCore
System.Security.Cryptography.Cose (5)
System\Security\Cryptography\Cose\CoseSignature.cs (5)
112return VerifyCore(key, Message.Content.Value.Span, null, associatedData, CoseHelpers.GetKeyType(key)); 155return VerifyCore(key, Message.Content.Value.Span, null, associatedData, CoseHelpers.GetKeyType(key)); 204return VerifyCore(key, detachedContent, null, associatedData, CoseHelpers.GetKeyType(key)); 248return VerifyCore(key, detachedContent, null, associatedData, CoseHelpers.GetKeyType(key)); 315return VerifyCore(key, default, detachedContent, associatedData, CoseHelpers.GetKeyType(key));