2 writes to AlgorithmParameters
System.Security.Cryptography.Pkcs (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (2)
40AlgorithmParameters = skipCopies ? algorithmParameters : algorithmParameters?.ToArray(); 54AlgorithmParameters = algorithmParameters;
2 references to AlgorithmParameters
System.Security.Cryptography.Pkcs (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (2)
246if (AlgorithmParameters?.Length > 0) 248info.PrivateKeyAlgorithm.Parameters = AlgorithmParameters;