NanoByte.Common
2.6.1
|
Asks the user or a keyring for NetworkCredentials for specific Uris. More...
Public Member Functions | |
void | ReportInvalid (Uri uri) |
Report that the credentials that were retrieved for uri were incorrect. More... | |
Properties | |
bool | Interactive [get] |
Indicates whether the credential provider is interactive, i.e., can ask the user for input. More... | |
Asks the user or a keyring for NetworkCredentials for specific Uris.
Implementations of this interface are thread-safe.
void NanoByte.Common.Net.ICredentialProvider.ReportInvalid | ( | Uri | uri | ) |
Report that the credentials that were retrieved for uri were incorrect.
Implemented in NanoByte.Common.Net.CredentialProviderBase, NanoByte.Common.Net.ConfigurationCredentialProvider, and NanoByte.Common.Net.CachedCredentialProvider.
|
get |
Indicates whether the credential provider is interactive, i.e., can ask the user for input.