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