8 implementations of IsSupported
System.Security.Cryptography (8)
System\Security\Cryptography\HMACMD5.cs (1)
27
static bool IHMACStatic.
IsSupported
=> true;
System\Security\Cryptography\HMACSHA1.cs (1)
25
static bool IHMACStatic.
IsSupported
=> true;
System\Security\Cryptography\HMACSHA256.cs (1)
24
static bool IHMACStatic.
IsSupported
=> true;
System\Security\Cryptography\HMACSHA3_256.cs (1)
21
static bool IHMACStatic.
IsSupported
=> IsSupported;
System\Security\Cryptography\HMACSHA3_384.cs (1)
21
static bool IHMACStatic.
IsSupported
=> IsSupported;
System\Security\Cryptography\HMACSHA3_512.cs (1)
21
static bool IHMACStatic.
IsSupported
=> IsSupported;
System\Security\Cryptography\HMACSHA384.cs (1)
24
static bool IHMACStatic.
IsSupported
=> true;
System\Security\Cryptography\HMACSHA512.cs (1)
24
static bool IHMACStatic.
IsSupported
=> true;
1 reference to IsSupported
System.Security.Cryptography (1)
System\Security\Cryptography\HMACStatic.cs (1)
254
if (!THMAC.
IsSupported
)