2 writes to Key
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\X509CertificateLoader.Unix.cs (2)
390_certAndKeys[certBagIdx].Key = key; 400_certAndKeys[certBagIdx].Key = _keys[matchingKeyIdx];
5 references to Key
System.Security.Cryptography (5)
System\Security\Cryptography\X509Certificates\X509CertificateLoader.OpenSsl.cs (3)
53if (certAndKey.Key is not null) 55pal.SetPrivateKey(GetPrivateKey(certAndKey.Key)); 56certAndKey.Key.Dispose();
System\Security\Cryptography\X509Certificates\X509CertificateLoader.Unix.cs (2)
46if (certsAndKeys[matchIndex].Key is not null) 204Key?.Dispose();