Class WindowsNonInteractiveCredentialProvider
Gets System.Net.NetworkCredentials stored in the Windows Credential Manager. Does not prompt for new credentials.
public class WindowsNonInteractiveCredentialProvider : WindowsCredentialProvider, ICredentialProvider
- Inheritance
-
objectWindowsNonInteractiveCredentialProvider
- Implements
- Inherited Members
- Extension Methods
Methods
GetCredential(string, WindowsCredentialsFlags)
Performs the actual WindowsCredentials API call to prompt the user or the credential store for credentials.
protected override NetworkCredential? GetCredential(string target, WindowsCredentialsFlags flags)
Parameters
target
stringA string identifying the target the credentials are intended for.
flags
WindowsCredentialsFlagsFlags for configuring the prompt.
Returns
- NetworkCredential