Class GetAuthenticationCredentialsRequest
public sealed class GetAuthenticationCredentialsRequest
- Inheritance
-
GetAuthenticationCredentialsRequest
- Inherited Members
- Extension Methods
Constructors
GetAuthenticationCredentialsRequest(Uri, bool, bool, bool)
public GetAuthenticationCredentialsRequest(Uri uri, bool isRetry, bool isNonInteractive, bool canShowDialog)
Parameters
Properties
CanShowDialog
public bool CanShowDialog { get; }
Property Value
IsNonInteractive
public bool IsNonInteractive { get; }
Property Value
IsRetry
public bool IsRetry { get; }
Property Value
Uri
public Uri Uri { get; }
Property Value
- Uri