Scheduler.DeleteCachedCredentials(String) Method

Definition

Deletes the credentials that were cached for the specified user.

public void DeleteCachedCredentials (string userName);
abstract member DeleteCachedCredentials : string -> unit
override this.DeleteCachedCredentials : string -> unit
Public Sub DeleteCachedCredentials (userName As String)

Parameters

userName
String

The name of the RunAs user, in the form domain\user. The user name is limited to 80 characters. If this parameter is NULL or empty, the method deletes all credentials that have been cached by the calling user.

Implements

Applies to