2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2025-06-27 13:33:13 +00:00
This commit is contained in:
2024-03-24 20:57:04 +03:00
parent 47a816f700
commit b4441c82ee
3 changed files with 86 additions and 31 deletions

View File

@ -50,6 +50,9 @@ public class Session
Authentication localAuth, remoteAuth;
//string domain;
public bool Encrypted { get; set; }
public Session(Authentication localAuthentication, Authentication remoteAuthentication)
{