C# 클래스 org.GraphDefined.Vanaheimr.Hermod.HTTP.OptionalAuthenticationAttribute

상속: AuthenticationAttribute
파일 보기 프로젝트 열기: Vanaheimr/Hermod

공개 메소드들

메소드 설명
OptionalAuthenticationAttribute ( ) : System

Optional authentication possible.

OptionalAuthenticationAttribute ( HTTPAuthenticationTypes AuthenticationType ) : System

Optional authentication possible.

OptionalAuthenticationAttribute ( HTTPAuthenticationTypes AuthenticationType, String Realm ) : System

Optional authentication possible.

메소드 상세

OptionalAuthenticationAttribute() 공개 메소드

Optional authentication possible.
public OptionalAuthenticationAttribute ( ) : System
리턴 System

OptionalAuthenticationAttribute() 공개 메소드

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

OptionalAuthenticationAttribute() 공개 메소드

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