ProtectionPolicyManager.TryApplyProcessUIPolicy(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
注意
從 2022 年 7 月開始,Microsoft 即將淘汰 Windows 資訊保護 (WIP) ,以及支援 WIP 的 API。 Microsoft 將繼續在支援的 Windows 版本上支援 WIP。 新版本的 Windows 不會包含 WIP 的新功能,且未來版本的 Windows 不支援此功能。 如需詳細資訊,請參閱宣佈 Windows 資訊保護的終止。
針對資料保護需求,Microsoft 建議您使用Microsoft Purview 資訊保護和Microsoft Purview 資料外洩防護。 Purview 簡化了組態設定,並提供一組進階的功能。
啟用企業身分識別的 UI 原則強制執行。 當應用程式即將在其 UI 上顯示受保護的檔案 (,例如 PDF) 或資源 (緩衝區或資料流程) 時,它必須根據檔案受到保護的身分識別啟用 UI 原則強制執行。 呼叫 TryApplyProcessUIPolicy 可確保 OS 知道應用程式的目前內容。
public:
static bool TryApplyProcessUIPolicy(Platform::String ^ identity);
static bool TryApplyProcessUIPolicy(winrt::hstring const& identity);
public static bool TryApplyProcessUIPolicy(string identity);
function tryApplyProcessUIPolicy(identity)
Public Shared Function TryApplyProcessUIPolicy (identity As String) As Boolean
參數
- identity
-
String
Platform::String
winrt::hstring
企業身分識別。 這是受管理的電子郵件地址或網域。 您的應用程式應該使用 IsIdentityManaged 來確認電子郵件地址或網域受到管理。
傳回
Boolean
bool
如果身分識別是由企業原則管理,則為true;如果不是,則為false。
Windows 需求
應用程式功能 |
enterpriseDataPolicy
|