Method |
Description |
|
AuthenticateRequestAsync ( HttpRequestMessage requestMessage, CancellationToken cancellationToken ) : Task |
This authentication service does not perform any authentication operations or modify the requestMessage. |
|
GetBaseAddressAsync ( string serviceType, string serviceName, string region, bool internalAddress, CancellationToken cancellationToken ) : Task |
The base implementation for this authentication service simply returns BaseAddress. |
|
PassThroughAuthenticationService ( Uri baseAddress ) : System |
Initializes a new instance of the PassThroughAuthenticationService class with the specified fixed base address. |
|