3 references to
System.Security.Cryptography (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\SlhDsaCng.cs (1)
43
public SlhDsaCng(CngKey key) :
base
(SlhDsaAlgorithm.SlhDsaShake256f) // We need to pass something to the base so we can throw PNSE.
src\runtime\src\libraries\Common\src\System\Security\Cryptography\SlhDsaImplementation.Windows.cs (1)
14
private SlhDsaImplementation(/* CngKey key, */ SlhDsaAlgorithm algorithm) :
base
(algorithm) =>
System\Security\Cryptography\SlhDsaOpenSsl.cs (1)
52
public SlhDsaOpenSsl(SafeEvpPKeyHandle pkeyHandle) :
base
(AlgorithmFromHandle(pkeyHandle, out SafeEvpPKeyHandle upRefHandle))