DeviceAccountConfiguration.WasOutgoingServerCertificateHashConfirmed 属性

定义

获取或设置一个布尔值,该值指示是否已确认传出服务器的证书哈希。

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

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

属性值

Boolean

bool

一个布尔值,指示是否已确认传出服务器的证书哈希。

Windows 要求

设备系列
Windows 10 Anniversary Edition (在 10.0.14393.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v3.0 中引入)
应用功能
userDataAccountsProvider

适用于