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

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

Méthodes publiques

Méthode Description
OptionalAuthenticationAttribute ( ) : System

Optional authentication possible.

OptionalAuthenticationAttribute ( HTTPAuthenticationTypes AuthenticationType ) : System

Optional authentication possible.

OptionalAuthenticationAttribute ( HTTPAuthenticationTypes AuthenticationType, String Realm ) : System

Optional authentication possible.

Method Details

OptionalAuthenticationAttribute() public méthode

Optional authentication possible.
public OptionalAuthenticationAttribute ( ) : System
Résultat System

OptionalAuthenticationAttribute() public méthode

Optional authentication possible.
public OptionalAuthenticationAttribute ( HTTPAuthenticationTypes AuthenticationType ) : System
AuthenticationType HTTPAuthenticationTypes The authentication type(s).
Résultat System

OptionalAuthenticationAttribute() public méthode

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