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
- targetstring
- A string identifying the target the credentials are intended for. 
- flagsWindowsCredentialsFlags
- Flags for configuring the prompt. 
Returns
- NetworkCredential