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);
605return VerifyCore(coseKey, detachedContent, null, associatedData);
646return VerifyCore(key, detachedContent, null, associatedData);
708return VerifyCore(coseKey, default, detachedContent, associatedData);
768return VerifyCore(key, default, detachedContent, associatedData);