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