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)
53
if (certAndKey.
Key
is not null)
55
pal.SetPrivateKey(GetPrivateKey(certAndKey.
Key
));
56
certAndKey.
Key
.Dispose();
System\Security\Cryptography\X509Certificates\X509CertificateLoader.Unix.cs (2)
46
if (certsAndKeys[matchIndex].
Key
is not null)
204
Key
?.Dispose();