Login.EnumCredentials Method

Definition

Gets the Collection of Credential Names mapped to the login. This method would always execute the select queries on the server even when ExecutionManager.ConnectionContext.SqlExecutionModes is set only to CaptureSql.

public System.Collections.Specialized.StringCollection EnumCredentials ();
member this.EnumCredentials : unit -> System.Collections.Specialized.StringCollection
Public Function EnumCredentials () As StringCollection

Returns

Applies to