C# 클래스 System.Net.AuthenticationManager

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
Authenticate ( string challenge, System request, ICredentials credentials ) : Authorization
PreAuthenticate ( System request, ICredentials credentials ) : Authorization
Register ( IAuthenticationModule authenticationModule ) : void
Unregister ( IAuthenticationModule authenticationModule ) : void
Unregister ( string authenticationScheme ) : void

비공개 메소드들

메소드 설명
AuthenticationManager ( )

메소드 상세

Authenticate() 공개 정적인 메소드

public static Authenticate ( string challenge, System request, ICredentials credentials ) : Authorization
challenge string
request System
credentials ICredentials
리턴 Authorization

PreAuthenticate() 공개 정적인 메소드

public static PreAuthenticate ( System request, ICredentials credentials ) : Authorization
request System
credentials ICredentials
리턴 Authorization

Register() 공개 정적인 메소드

public static Register ( IAuthenticationModule authenticationModule ) : void
authenticationModule IAuthenticationModule
리턴 void

Unregister() 공개 정적인 메소드

public static Unregister ( IAuthenticationModule authenticationModule ) : void
authenticationModule IAuthenticationModule
리턴 void

Unregister() 공개 정적인 메소드

public static Unregister ( string authenticationScheme ) : void
authenticationScheme string
리턴 void