Share via


ProtectionPolicyManager.GetEnforcementLevel(String) 方法

定义

注意

从 2022 年 7 月开始,Microsoft 将弃用 Windows 信息保护 (WIP) 和支持 WIP 的 API。 Microsoft 将继续在受支持的 Windows 版本上支持 WIP。 新版本的 Windows 不包含 WIP 的新功能,将来的 Windows 版本中不支持它。 有关详细信息,请参阅宣布 Windows 信息保护的日落

出于数据保护需求,Microsoft 建议使用Microsoft Purview 信息保护Microsoft Purview 数据丢失防护。 Purview 简化了配置设置,并提供一组高级功能。

可以使用此方法来确定当前 Windows 信息保护 (WIP) 强制级别。 WIP 强制级别是移动设备管理 (MDM) 策略配置的一个方面。

public:
 static EnforcementLevel GetEnforcementLevel(Platform::String ^ identity);
 static EnforcementLevel GetEnforcementLevel(winrt::hstring const& identity);
public static EnforcementLevel GetEnforcementLevel(string identity);
function getEnforcementLevel(identity)
Public Shared Function GetEnforcementLevel (identity As String) As EnforcementLevel

参数

identity
String

Platform::String

winrt::hstring

企业标识。 这是托管的电子邮件地址或域。 你的应用应使用 IsIdentityManaged 确认电子邮件地址或域是托管的。

返回

EnforcementLevel 枚举的值。

Windows 要求

设备系列
Windows Desktop Extension SDK (在 10.0.10586.0 中引入)
Windows Mobile Extension SDK (在 10.0.10586.0 中引入)
API contract
Windows.Security.EnterpriseData.EnterpriseDataContract (在 v2.0 中引入)

适用于