2 writes to _privateKey
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (2)
543_privateKey = privateKey; 755_privateKey = null;
18 references to _privateKey
System.Security.Cryptography (18)
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (18)
252get { return _privateKey != null; } 548get { return _privateKey; } 553if (_privateKey == null || _privateKey.IsInvalid) 558return new RSAOpenSsl(_privateKey); 563if (_privateKey == null || _privateKey.IsInvalid) 568return new DSAOpenSsl(_privateKey); 593if (_privateKey == null || _privateKey.IsInvalid) 598return new ECDsaOpenSsl(_privateKey); 603if (_privateKey == null || _privateKey.IsInvalid) 608return new ECDiffieHellmanOpenSsl(_privateKey); 752if (_privateKey != null) 754_privateKey.Dispose(); 770if (_privateKey != null) 772SafeEvpPKeyHandle keyHandle = _privateKey.DuplicateHandle();