다음을 통해 공유


ConnectionManagerCacheClass.UseEncryption 속성

정의

암호화를 사용할지 여부를 나타내는 부울을 가져오거나 설정합니다.

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

속성 값

연결 관리자가 암호화를 사용하는 경우 true입니다. 그렇지 않으면 false입니다.

구현

설명

자세한 내용은 ConnectionManager를 참조하세요.

적용 대상