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