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