2 writes to PrivateKeyBytes
System.Security.Cryptography.Pkcs (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (2)
41
PrivateKeyBytes
= skipCopies ? privateKey : privateKey.ToArray();
55
PrivateKeyBytes
= privateKey;
3 references to PrivateKeyBytes
System.Security.Cryptography.Pkcs (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (3)
188
Debug.Assert(!ret.
PrivateKeyBytes
.Span.Overlaps(decryptedMemory.Span));
219
Debug.Assert(!ret.
PrivateKeyBytes
.Span.Overlaps(decryptedMemory.Span));
243
PrivateKey =
PrivateKeyBytes
,