2 writes to PrivateKeyAlgorithm
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs (1)
101
System.Security.Cryptography.Asn1.AlgorithmIdentifierAsn.Decode(ref sequenceReader, rebind, out decoded.
PrivateKeyAlgorithm
);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (1)
239
PrivateKeyAlgorithm
=
4 references to PrivateKeyAlgorithm
System.Security.Cryptography (4)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs (1)
30
PrivateKeyAlgorithm
.Encode(writer);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (3)
84
new Oid(privateKeyInfo.
PrivateKeyAlgorithm
.Algorithm, null),
85
privateKeyInfo.
PrivateKeyAlgorithm
.Parameters,
248
info.
PrivateKeyAlgorithm
.Parameters = AlgorithmParameters;