Configures the process to use a user credential.
[SupportedOSPlatform("windows")]
[UnsupportedOSPlatform("macos")]
[UnsupportedOSPlatform("linux")]
[UnsupportedOSPlatform("freebsd")]
[UnsupportedOSPlatform("android")]
public IProcessConfigurationBuilder SetUserCredential(UserCredential credential)
The user credential to be used for authentication.