13 references to IsSupported
System.Net.Security (1)
System\Net\Security\SslStreamCertificateContext.Linux.cs (1)
95if (KeyHandle == null && SlhDsa.IsSupported)
System.Security.Cryptography (11)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\SlhDsa.cs (11)
1179/// The platform does not support SLH-DSA. Callers can use the <see cref="IsSupported" /> property 1217/// The platform does not support SLH-DSA. Callers can use the <see cref="IsSupported" /> property 1280/// The platform does not support SLH-DSA. Callers can use the <see cref="IsSupported" /> property 1359/// The platform does not support SLH-DSA. Callers can use the <see cref="IsSupported" /> property 1408/// The platform does not support SLH-DSA. Callers can use the <see cref="IsSupported" /> property 1455/// The platform does not support SLH-DSA. Callers can use the <see cref="IsSupported" /> property 1539/// The platform does not support SLH-DSA. Callers can use the <see cref="IsSupported" /> property 1608/// The platform does not support SLH-DSA. Callers can use the <see cref="IsSupported" /> property 1677/// The platform does not support SLH-DSA. Callers can use the <see cref="IsSupported" /> property 1727/// The platform does not support SLH-DSA. Callers can use the <see cref="IsSupported" /> property 2000if (!IsSupported)
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\Pal\AnyOS\ManagedPal.cs (1)
89if (typeof(T) == typeof(SlhDsa) && SlhDsa.IsSupported)