4 overrides of Key
System.Security.Cryptography (4)
System\Security\Cryptography\X509Certificates\X509CertificateLoader.Unix.cs (4)
651internal override MLKem Key => _key; 674internal override MLDsa Key => _key; 697internal override SlhDsa Key => _key; 734internal override AsymmetricAlgorithm Key => _key;
7 references to Key
System.Security.Cryptography (7)
System\Security\Cryptography\X509Certificates\X509CertificateLoader.OpenSsl.cs (6)
86if (key.Key is RSAOpenSsl rsa) 91if (key.Key is DSAOpenSsl dsa) 96if (key.Key is MLKem kem) 104if (key.Key is MLDsa mldsa) 111if (key.Key is SlhDsa slhDsa) 118return ((ECDiffieHellmanOpenSsl)key.Key).DuplicateKeyHandle();
System\Security\Cryptography\X509Certificates\X509CertificateLoader.Unix.cs (1)
628public void Dispose() => Key.Dispose();