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