2 writes to PrivateKeyBytes
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (2)
38
PrivateKeyBytes
= skipCopies ? privateKey : privateKey.ToArray();
52
PrivateKeyBytes
= privateKey;
3 references to PrivateKeyBytes
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (3)
200
Debug.Assert(!ret.
PrivateKeyBytes
.Span.Overlaps(decryptedMemory.Span));
231
Debug.Assert(!ret.
PrivateKeyBytes
.Span.Overlaps(decryptedMemory.Span));
255
PrivateKey =
PrivateKeyBytes
,