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

Inheritance: AuthenticationAttribute
Afficher le fichier Open project: Vanaheimr/Hermod

Méthodes publiques

Méthode 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 méthode

HTTP authentication required.
public ForceAuthenticationAttribute ( ) : System
Résultat System

ForceAuthenticationAttribute() public méthode

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

ForceAuthenticationAttribute() public méthode

HTTP authentication required.
public ForceAuthenticationAttribute ( String Realm ) : System
Realm String The HTTP realm.
Résultat System