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