6 overrides of KeyExchangeAlgorithm
System.Security.Cryptography (6)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\DSACng.cs (1)
46
public override string?
KeyExchangeAlgorithm
=> null;
System\Security\Cryptography\DSACryptoServiceProvider.Windows.cs (1)
270
public override string?
KeyExchangeAlgorithm
=> null;
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)
1435
public override string?
KeyExchangeAlgorithm
=> "RSA";
1 reference to KeyExchangeAlgorithm
System.Security.Cryptography (1)
System\Security\Cryptography\DSAWrapper.cs (1)
129
public override string? KeyExchangeAlgorithm => _wrapped.
KeyExchangeAlgorithm
;