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

Inheritance: AuthenticationAttribute
Exibir arquivo Open project: Vanaheimr/Hermod

Public Methods

Method 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 method

Optional authentication possible.
public OptionalAuthenticationAttribute ( ) : System
return System

OptionalAuthenticationAttribute() public method

Optional authentication possible.
public OptionalAuthenticationAttribute ( HTTPAuthenticationTypes AuthenticationType ) : System
AuthenticationType HTTPAuthenticationTypes The authentication type(s).
return System

OptionalAuthenticationAttribute() public method

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