Exemplo n.º 1
0
 public ShibbolethPrincipal(IShibbolethAuthenticationHandler Handler)
 {
     _authentication_handler = Handler;
 }
 public ShibbolethAuthenticationFilter(IShibbolethAuthenticationHandler AuthenticationHandler) : base(AuthenticationHandler)
 {
 }