3 overrides of Key
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\X509CertificateLoader.Unix.cs (3)
651internal override MLKem Key => _key; 674internal override SlhDsa Key => _key; 711internal override AsymmetricAlgorithm Key => _key;
6 references to Key
System.Security.Cryptography (6)
System\Security\Cryptography\X509Certificates\X509CertificateLoader.OpenSsl.cs (5)
84if (key.Key is RSAOpenSsl rsa) 89if (key.Key is DSAOpenSsl dsa) 94if (key.Key is MLKem kem) 102if (key.Key is SlhDsa slhDsa) 109return ((ECDiffieHellmanOpenSsl)key.Key).DuplicateKeyHandle();
System\Security\Cryptography\X509Certificates\X509CertificateLoader.Unix.cs (1)
628public void Dispose() => Key.Dispose();