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