18 references to IsSupported
System.Security.Cryptography (18)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLKem.cs (13)
79
/// The platform does not support ML-KEM. Callers can use the <see cref="
IsSupported
" /> property
347
/// The platform does not support ML-KEM. Callers can use the <see cref="
IsSupported
" /> property
380
/// The platform does not support ML-KEM. Callers can use the <see cref="
IsSupported
" /> property
406
/// The platform does not support ML-KEM. Callers can use the <see cref="
IsSupported
" /> property
438
/// The platform does not support ML-KEM. Callers can use the <see cref="
IsSupported
" /> property
463
/// The platform does not support ML-KEM. Callers can use the <see cref="
IsSupported
" /> property
495
/// The platform does not support ML-KEM. Callers can use the <see cref="
IsSupported
" /> property
1180
/// The platform does not support ML-KEM. Callers can use the <see cref="
IsSupported
" /> property
1242
/// The platform does not support ML-KEM. Callers can use the <see cref="
IsSupported
" /> property
1300
/// The platform does not support ML-KEM. Callers can use the <see cref="
IsSupported
" /> property
1345
/// The platform does not support ML-KEM. Callers can use the <see cref="
IsSupported
" /> property
1393
/// The platform does not support ML-KEM. Callers can use the <see cref="
IsSupported
" /> property
1671
if (!
IsSupported
)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLKemCng.Windows.cs (5)
95
Debug.Assert(
IsSupported
);
109
Debug.Assert(
IsSupported
);
131
Debug.Assert(
IsSupported
);
147
Debug.Assert(
IsSupported
);
163
Debug.Assert(
IsSupported
);