Exemple #1
0
 public WindowsAuthenticationOptions() : base(WindowsAuthenticationDefaults.AuthenticationType)
 {
     Description.Caption = WindowsAuthenticationDefaults.AuthenticationType;
     CallbackPath        = DefaultRedirectPath;
     AuthenticationMode  = AuthenticationMode.Passive;
     Handshakes          = new WindowsAuthenticationHandshakeCache("WindowsHandshakeCache");
 }
 public WindowsAuthenticationOptions() : base(WindowsAuthenticationDefaults.AuthenticationType)
 {
     Description.Caption = WindowsAuthenticationDefaults.AuthenticationType;
     CallbackPath = DefaultRedirectPath;
     AuthenticationMode = AuthenticationMode.Passive;
     Handshakes = new WindowsAuthenticationHandshakeCache("WindowsHandshakeCache");
 }