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