C# Class org.GraphDefined.Vanaheimr.Hermod.HTTP.ForceAuthenticationAttribute

Inheritance: AuthenticationAttribute
Exibir arquivo Open project: Vanaheimr/Hermod

Public Methods

Method Description
ForceAuthenticationAttribute ( ) : System

HTTP authentication required.

ForceAuthenticationAttribute ( HTTPAuthenticationTypes AuthenticationType, String Realm ) : System

HTTP authentication required.

ForceAuthenticationAttribute ( String Realm ) : System

HTTP authentication required.

Method Details

ForceAuthenticationAttribute() public method

HTTP authentication required.
public ForceAuthenticationAttribute ( ) : System
return System

ForceAuthenticationAttribute() public method

HTTP authentication required.
public ForceAuthenticationAttribute ( HTTPAuthenticationTypes AuthenticationType, String Realm ) : System
AuthenticationType HTTPAuthenticationTypes The authentication type(s).
Realm String The HTTP realm.
return System

ForceAuthenticationAttribute() public method

HTTP authentication required.
public ForceAuthenticationAttribute ( String Realm ) : System
Realm String The HTTP realm.
return System