C# Class Microsoft.Alm.Authentication.WwwAuthenticateHelper

Mostra file Open project: Microsoft/Git-Credential-Manager-for-Windows Class Usage Examples

Public Properties

Property Type Description
Credentials Credential
NegotiateHeader System.Net.Http.Headers.AuthenticationHeaderValue
NtlmHeader System.Net.Http.Headers.AuthenticationHeaderValue

Public Methods

Method Description
GetHeaderValues ( TargetUri targetUri ) : Task
IsNtlm ( AuthenticationHeaderValue value ) : bool

Private Methods

Method Description
RequestAuthenticate ( string targetUrl, HttpClientHandler httpClientHandler ) : Task

Method Details

GetHeaderValues() public static method

public static GetHeaderValues ( TargetUri targetUri ) : Task
targetUri TargetUri
return Task

IsNtlm() public static method

public static IsNtlm ( AuthenticationHeaderValue value ) : bool
value System.Net.Http.Headers.AuthenticationHeaderValue
return bool

Property Details

Credentials public_oe static_oe property

public static Credential,Microsoft.Alm.Authentication Credentials
return Credential

NegotiateHeader public_oe static_oe property

public static AuthenticationHeaderValue,System.Net.Http.Headers NegotiateHeader
return System.Net.Http.Headers.AuthenticationHeaderValue

NtlmHeader public_oe static_oe property

public static AuthenticationHeaderValue,System.Net.Http.Headers NtlmHeader
return System.Net.Http.Headers.AuthenticationHeaderValue