4 references to ExchangeAlgorithmType
System (4)
net\System\Net\SecureProtocols\_SslState.cs (3)
325internal ExchangeAlgorithmType KeyExchangeAlgorithm { 330return (ExchangeAlgorithmType)0; 332return (ExchangeAlgorithmType)info.KeyExchangeAlg;
net\System\Net\SecureProtocols\SslStream.cs (1)
402public virtual ExchangeAlgorithmType KeyExchangeAlgorithm {