5 overrides of KeyExchangeAlgorithm
System.Security.Cryptography (5)
System\Security\Cryptography\DSACryptoServiceProvider.Unix.cs (1)
158public override string? KeyExchangeAlgorithm => _impl.KeyExchangeAlgorithm;
System\Security\Cryptography\DSAWrapper.cs (1)
129public override string? KeyExchangeAlgorithm => _wrapped.KeyExchangeAlgorithm;
System\Security\Cryptography\ECDiffieHellman.cs (1)
15public override string KeyExchangeAlgorithm
System\Security\Cryptography\ECDsa.cs (1)
989public override string? KeyExchangeAlgorithm => null;
System\Security\Cryptography\RSA.cs (1)
1476public override string? KeyExchangeAlgorithm => "RSA";
2 references to KeyExchangeAlgorithm
System.Security.Cryptography (2)
System\Security\Cryptography\DSACryptoServiceProvider.Unix.cs (1)
158public override string? KeyExchangeAlgorithm => _impl.KeyExchangeAlgorithm;
System\Security\Cryptography\DSAWrapper.cs (1)
129public override string? KeyExchangeAlgorithm => _wrapped.KeyExchangeAlgorithm;