8 references to VerifyCore
System.Security.Cryptography.Cose (8)
System\Security\Cryptography\Cose\CoseSign1Message.cs (8)
397return VerifyCore(coseKey, _content, null, associatedData); 440return VerifyCore(coseKey, _content, null, associatedData); 480return VerifyCore(key, _content, null, associatedData); 525return VerifyCore(coseKey, detachedContent, null, associatedData); 568return VerifyCore(coseKey, detachedContent, null, associatedData); 609return VerifyCore(key, detachedContent, null, associatedData); 671return VerifyCore(coseKey, default, detachedContent, associatedData); 731return VerifyCore(key, default, detachedContent, associatedData);