3 writes to PrivateKey
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs (2)
105
decoded.
PrivateKey
= rebindSpan.Overlaps(tmpSpan, out offset) ? rebind.Slice(offset, tmpSpan.Length) : tmpSpan.ToArray();
109
decoded.
PrivateKey
= sequenceReader.ReadOctetString();
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (1)
243
PrivateKey
= PrivateKeyBytes,
2 references to PrivateKey
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs (1)
31
writer.WriteOctetString(
PrivateKey
.Span);
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (1)
86
privateKeyInfo.
PrivateKey
,