ConnectionStringSecurity Enum

Definition

An enumeration which tells the user if the password for the ConnectionString has to be delivered.

public enum ConnectionStringSecurity
type ConnectionStringSecurity = 
Public Enum ConnectionStringSecurity
Inheritance
ConnectionStringSecurity

Fields

PasswordRemoved 1

Password has been removed from ConnectionString and user will have to enter a password for the Server to connect to relational database.

Unchanged 0

Password is still part of ConnectionString and the user can connect to the Server without entering a password.

Remarks

When user reads the value of ConnectionString, the password is automatically removed from ConnectionString for security reasons.

Applies to