OracleConnectionStringBuilder.PersistSecurityInfo 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个布尔值,该值指示如果连接是打开的或者一直处于打开状态,那么安全敏感信息(如密码)是否将不作为连接的一部分返回。
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”键相对应。