11 references to IsSupported
System.Net.Security (1)
System\Net\Security\SslStreamCertificateContext.Linux.cs (1)
84
if (KeyHandle == null && MLDsa.
IsSupported
)
System.Security.Cryptography (9)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsa.cs (9)
1316
/// The platform does not support ML-DSA. Callers can use the <see cref="
IsSupported
" /> property
1354
/// The platform does not support ML-DSA. Callers can use the <see cref="
IsSupported
" /> property
1417
/// The platform does not support ML-DSA. Callers can use the <see cref="
IsSupported
" /> property
1480
/// The platform does not support ML-DSA. Callers can use the <see cref="
IsSupported
" /> property
1529
/// The platform does not support ML-DSA. Callers can use the <see cref="
IsSupported
" /> property
1576
/// The platform does not support ML-DSA. Callers can use the <see cref="
IsSupported
" /> property
1660
/// The platform does not support ML-DSA. Callers can use the <see cref="
IsSupported
" /> property
1729
/// The platform does not support ML-DSA. Callers can use the <see cref="
IsSupported
" /> property
2261
if (!
IsSupported
)
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\Pal\AnyOS\ManagedPal.cs (1)
87
if (typeof(T) == typeof(MLDsa) && MLDsa.
IsSupported
)