C# 클래스 System.Net.NtlmClient

상속: ISessionAuthenticationModule, IAuthenticationModule
파일 보기 프로젝트 열기: runefs/Marvin

공개 메소드들

메소드 설명
Authenticate ( string challenge, WebRequest webRequest, ICredentials credentials ) : Authorization
NtlmClient ( ) : System
PreAuthenticate ( WebRequest webRequest, ICredentials credentials ) : Authorization

메소드 상세

Authenticate() 공개 메소드

public Authenticate ( string challenge, WebRequest webRequest, ICredentials credentials ) : Authorization
challenge string
webRequest WebRequest
credentials ICredentials
리턴 Authorization

NtlmClient() 공개 메소드

public NtlmClient ( ) : System
리턴 System

PreAuthenticate() 공개 메소드

public PreAuthenticate ( WebRequest webRequest, ICredentials credentials ) : Authorization
webRequest WebRequest
credentials ICredentials
리턴 Authorization