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 1671if (!IsSupported)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLKemCng.Windows.cs (5)
95Debug.Assert(IsSupported); 109Debug.Assert(IsSupported); 131Debug.Assert(IsSupported); 147Debug.Assert(IsSupported); 163Debug.Assert(IsSupported);