5 references to VerifyAsync
System.Security.Cryptography (5)
System\Security\Cryptography\Kmac128.cs (1)
743
return KmacStatic<KmacTrait>.
VerifyAsync
(key, source, hash, customizationString, cancellationToken);
System\Security\Cryptography\Kmac256.cs (1)
743
return KmacStatic<KmacTrait>.
VerifyAsync
(key, source, hash, customizationString, cancellationToken);
System\Security\Cryptography\KmacStatic.cs (1)
152
return
VerifyAsync
(
System\Security\Cryptography\KmacXof128.cs (1)
743
return KmacStatic<KmacTrait>.
VerifyAsync
(key, source, hash, customizationString, cancellationToken);
System\Security\Cryptography\KmacXof256.cs (1)
743
return KmacStatic<KmacTrait>.
VerifyAsync
(key, source, hash, customizationString, cancellationToken);