C# Class System.Net.NtlmClient

Inheritance: ISessionAuthenticationModule, IAuthenticationModule
Afficher le fichier Open project: runefs/Marvin

Méthodes publiques

Méthode Description
Authenticate ( string challenge, WebRequest webRequest, ICredentials credentials ) : Authorization
NtlmClient ( ) : System
PreAuthenticate ( WebRequest webRequest, ICredentials credentials ) : Authorization

Method Details

Authenticate() public méthode

public Authenticate ( string challenge, WebRequest webRequest, ICredentials credentials ) : Authorization
challenge string
webRequest WebRequest
credentials ICredentials
Résultat Authorization

NtlmClient() public méthode

public NtlmClient ( ) : System
Résultat System

PreAuthenticate() public méthode

public PreAuthenticate ( WebRequest webRequest, ICredentials credentials ) : Authorization
webRequest WebRequest
credentials ICredentials
Résultat Authorization