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