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