Пример #1
0
 public CAuthentificationSessionTimosLoginPwd(string strLogin, string strMdp, CParametresLicence paraLicence)
     : base(paraLicence)
 {
     m_strLogin = strLogin;
     m_strMdp   = strMdp;
 }
Пример #2
0
 /// ///////////////////////////////////////////////////////
 public CAuthentificationSessionTimosAD(IIdentity id, CParametresLicence paraLicence)
     : base(paraLicence)
 {
     SetIdentity(id);
 }
Пример #3
0
 public CAuthentificationSessionTimosSupportAmovible(string strIdSupport, CParametresLicence paraLicence)
     : base(paraLicence)
 {
     m_strIdSupport = strIdSupport;
 }
Пример #4
0
 /// ///////////////////////////////////////////////////////
 public CAuthentificationSessionTimosAD(CParametresLicence paraLicence)
     : base(paraLicence)
 {
     SetIdentity(WindowsIdentity.GetCurrent());
 }
Пример #5
0
 public CAuthentificationSessionTimos(CParametresLicence paraLicence)
 {
     m_paramLicence = paraLicence;
 }