mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-07-24 09:53:46 +00:00
feat: smartcard pin, autologon, GetReaderIconCall and GetReaderIconReturn (#230)
Includes #231
This commit is contained in:
parent
a29ff47f49
commit
47bc49b50e
10 changed files with 175 additions and 27 deletions
|
@ -53,14 +53,10 @@ where
|
|||
{
|
||||
let mut buf = WriteBuf::new();
|
||||
|
||||
debug!("CredSSP procedure");
|
||||
|
||||
while connector.is_credssp_step() {
|
||||
single_connect_step(framed, &mut connector, &mut buf).await?;
|
||||
}
|
||||
|
||||
debug!("Remaining of connection sequence");
|
||||
|
||||
let result = loop {
|
||||
single_connect_step(framed, &mut connector, &mut buf).await?;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue