4 implementations of IsSupported
System.Security.Cryptography (4)
System\Security\Cryptography\Kmac128.cs (1)
25static bool IKmacStatic.IsSupported => IsSupported;
System\Security\Cryptography\Kmac256.cs (1)
25static bool IKmacStatic.IsSupported => IsSupported;
System\Security\Cryptography\KmacXof128.cs (1)
25static bool IKmacStatic.IsSupported => IsSupported;
System\Security\Cryptography\KmacXof256.cs (1)
25static bool IKmacStatic.IsSupported => IsSupported;
1 reference to IsSupported
System.Security.Cryptography (1)
System\Security\Cryptography\KmacStatic.cs (1)
211if (!TKmac.IsSupported)