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

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

공개 메소드들

메소드 설명
ForceAuthenticationAttribute ( ) : System

HTTP authentication required.

ForceAuthenticationAttribute ( HTTPAuthenticationTypes AuthenticationType, String Realm ) : System

HTTP authentication required.

ForceAuthenticationAttribute ( String Realm ) : System

HTTP authentication required.

메소드 상세

ForceAuthenticationAttribute() 공개 메소드

HTTP authentication required.
public ForceAuthenticationAttribute ( ) : System
리턴 System

ForceAuthenticationAttribute() 공개 메소드

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

ForceAuthenticationAttribute() 공개 메소드

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