2 writes to PrivateKey
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs (2)
239
decoded.
PrivateKey
= tmpSpan;
243
decoded.
PrivateKey
= sequenceReader.ReadOctetString();
3 references to PrivateKey
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs (1)
168
writer.WriteOctetString(
PrivateKey
);
src\libraries\Common\src\System\Security\Cryptography\KeyFormatHelper.cs (2)
94
keyReader(privateKeyInfo.
PrivateKey
, privateKeyInfo.PrivateKeyAlgorithm, out ret);
120
return privateKeyInfo.
PrivateKey
;