4 references to CipherAlgorithmType
System (4)
net\System\Net\SecureProtocols\_SslState.cs (3)
281internal CipherAlgorithmType CipherAlgorithm { 286return CipherAlgorithmType.None; 288return (CipherAlgorithmType)info.DataCipherAlg;
net\System\Net\SecureProtocols\SslStream.cs (1)
378public virtual CipherAlgorithmType CipherAlgorithm {