pub fn cssp_connect<S: Read + Write>(
link: &mut Link<S>,
authentication_protocol: &mut dyn AuthenticationProtocol,
restricted_admin_mode: bool,
) -> RdpResult<()>
Expand description
This the main function for CSSP protocol It will use the raw link layer and the selected authenticate protocol to perform the NLA authenticate