2 writes to AlgorithmParameters
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (2)
37AlgorithmParameters = skipCopies ? algorithmParameters : algorithmParameters?.ToArray(); 51AlgorithmParameters = algorithmParameters;
2 references to AlgorithmParameters
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (2)
258if (AlgorithmParameters?.Length > 0) 260info.PrivateKeyAlgorithm.Parameters = AlgorithmParameters;