C# Class System.Net.AuthenticationManager

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
AuthenticationManager ( )

Method Details

Authenticate() public static méthode

public static Authenticate ( string challenge, System request, ICredentials credentials ) : Authorization
challenge string
request System
credentials ICredentials
Résultat Authorization

PreAuthenticate() public static méthode

public static PreAuthenticate ( System request, ICredentials credentials ) : Authorization
request System
credentials ICredentials
Résultat Authorization

Register() public static méthode

public static Register ( IAuthenticationModule authenticationModule ) : void
authenticationModule IAuthenticationModule
Résultat void

Unregister() public static méthode

public static Unregister ( IAuthenticationModule authenticationModule ) : void
authenticationModule IAuthenticationModule
Résultat void

Unregister() public static méthode

public static Unregister ( string authenticationScheme ) : void
authenticationScheme string
Résultat void