다음을 통해 공유


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" 키에 해당합니다.

적용 대상

추가 정보