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