1 write to PrivateKeyAlgorithm
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs (1)
235
System.Security.Cryptography.Asn1.ValueAlgorithmIdentifierAsn.Decode(ref sequenceReader, out decoded.
PrivateKeyAlgorithm
);
4 references to PrivateKeyAlgorithm
System.Security.Cryptography (4)
src\libraries\Common\src\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs (1)
167
PrivateKeyAlgorithm
.Encode(writer);
src\libraries\Common\src\System\Security\Cryptography\KeyFormatHelper.cs (3)
88
if (Array.IndexOf(validOids, privateKeyInfo.
PrivateKeyAlgorithm
.Algorithm) < 0)
94
keyReader(privateKeyInfo.PrivateKey, privateKeyInfo.
PrivateKeyAlgorithm
, out ret);
114
if (Array.IndexOf(validOids, privateKeyInfo.
PrivateKeyAlgorithm
.Algorithm) < 0)