Ejemplo n.º 1
0
 public static void OnAuthenticated(ServiceEntry serviceEntry, Security.AuthenticationBlock authBlock)
 {
     if (Authenticated != null)
     {
         Authenticated(null, new Security.AuthenticatedEventArgs(serviceEntry, authBlock));
     }
 }
Ejemplo n.º 2
0
 internal AuthenticatedEventArgs(ServiceEntry serviceEntry, AuthenticationBlock auth)
     : base()
 {
     ServiceEntry = serviceEntry;
     Authentication = auth;
 }
Ejemplo n.º 3
0
 internal AuthenticatedEventArgs(ServiceEntry serviceEntry, AuthenticationBlock auth)
     : base()
 {
     ServiceEntry   = serviceEntry;
     Authentication = auth;
 }