System.Net.NtlmClient.Authenticate C# (CSharp) Метод

Authenticate() публичный Метод

public Authenticate ( string challenge, WebRequest webRequest, ICredentials credentials ) : Authorization
challenge string
webRequest WebRequest
credentials ICredentials
Результат Authorization
		public Authorization Authenticate (string challenge, WebRequest webRequest, ICredentials credentials) 
		{
			if (authObject == null)
				return null;

			return authObject.Authenticate (challenge, webRequest, credentials);
		}