IScheduler.SetCachedCredentials(String, String) Method

Definition

Sets the credentials for the specified user in the credential cache, so that the job scheduler can use the credentials for submitting jobs.

public void SetCachedCredentials (string userName, string password);
abstract member SetCachedCredentials : string * string -> unit
Public Sub SetCachedCredentials (userName As String, password As String)

Parameters

userName
String
password
String

Applies to