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