2 references to VerifyAsyncCore
System.Security.Cryptography.Cose (2)
System\Security\Cryptography\Cose\CoseSign1Message.cs (2)
875
return
VerifyAsyncCore
(coseKey, detachedContent, associatedData, cancellationToken);
935
return
VerifyAsyncCore
(key, detachedContent, associatedData, cancellationToken);