Share via


DeviceAccountConfiguration.CalDavRequiresSsl 속성

정의

CalDav 서버에 SSL 연결이 필요한지 여부를 나타내는 부울 값을 가져오거나 설정합니다.

public:
 property bool CalDavRequiresSsl { bool get(); void set(bool value); };
bool CalDavRequiresSsl();

void CalDavRequiresSsl(bool value);
public bool CalDavRequiresSsl { get; set; }
var boolean = deviceAccountConfiguration.calDavRequiresSsl;
deviceAccountConfiguration.calDavRequiresSsl = boolean;
Public Property CalDavRequiresSsl As Boolean

속성 값

Boolean

bool

CalDav 서버에 SSL 연결이 필요한지 여부를 나타내는 부울 값입니다.

Windows 요구 사항

디바이스 패밀리
Windows 10 Anniversary Edition (10.0.14393.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v3.0에서 도입되었습니다.)
앱 기능
userDataAccountsProvider

적용 대상