4 references to
System.Security.Cryptography (4)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsaCng.cs (1)
45: base(AlgorithmFromHandleWithPlatformCheck(key, out CngKey duplicateKey))
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsaCng.Windows.cs (1)
30: base(AlgorithmFromHandleNoDuplicate(key))
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsaImplementation.Windows.cs (1)
27: base(algorithm)
System\Security\Cryptography\MLDsaOpenSsl.cs (1)
54: base(AlgorithmFromHandle(pkeyHandle, out SafeEvpPKeyHandle upRefHandle, out bool hasSeed, out bool hasPrivateKey))