8 implementations of IsSupported
System.Security.Cryptography (8)
System\Security\Cryptography\MD5.cs (1)
29
static bool IHashStatic.
IsSupported
=> true;
System\Security\Cryptography\SHA1.cs (1)
25
static bool IHashStatic.
IsSupported
=> true;
System\Security\Cryptography\SHA256.cs (1)
25
static bool IHashStatic.
IsSupported
=> true;
System\Security\Cryptography\SHA3_256.cs (1)
25
static bool IHashStatic.
IsSupported
=> IsSupported;
System\Security\Cryptography\SHA3_384.cs (1)
25
static bool IHashStatic.
IsSupported
=> IsSupported;
System\Security\Cryptography\SHA3_512.cs (1)
25
static bool IHashStatic.
IsSupported
=> IsSupported;
System\Security\Cryptography\SHA384.cs (1)
25
static bool IHashStatic.
IsSupported
=> true;
System\Security\Cryptography\SHA512.cs (1)
25
static bool IHashStatic.
IsSupported
=> true;
1 reference to IsSupported
System.Security.Cryptography (1)
System\Security\Cryptography\HashStatic.cs (1)
124
if (!THash.
IsSupported
)