Implemented interface member:
5 references to Dispose
System.Security.Cryptography (5)
System\Security\Cryptography\X509Certificates\X509CertificateLoader.OpenSsl.cs (1)
57
certAndKey.Key.
Dispose
();
System\Security\Cryptography\X509Certificates\X509CertificateLoader.Unix.cs (4)
204
Key?.
Dispose
();
290
key?.
Dispose
();
295
key?.
Dispose
();
549
_keys[i]?.
Dispose
();