OracleConnectionStringBuilder.PersistSecurityInfo 属性

定义

获取或设置一个布尔值,该值指示如果连接是打开的或者一直处于打开状态,那么安全敏感信息(如密码)是否将不作为连接的一部分返回。

public:
 property bool PersistSecurityInfo { bool get(); void set(bool value); };
public bool PersistSecurityInfo { get; set; }
member this.PersistSecurityInfo : bool with get, set
Public Property PersistSecurityInfo As Boolean

属性值

PersistSecurityInfo 属性的值,或者,如果未提供任何值,则为 false

注解

此属性与连接字符串内的“Persist Security Info”和“persistsecurityinfo”键相对应。

适用于

另请参阅