ProtectionPolicyManager.CheckAccessForApp(String, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
注意
從 2022 年 7 月開始,Microsoft 即將淘汰 Windows 資訊保護 (WIP) 和支援 WIP 的 API。 Microsoft 將繼續在支援的 Windows 版本上支援 WIP。 新版本的 Windows 不會包含 WIP 的新功能,而且未來版本的 Windows 不支援此功能。 如需詳細資訊,請參閱宣佈 Windows 資訊保護終止。
針對資料保護需求,Microsoft 建議您使用Microsoft Purview 資訊保護和Microsoft Purview 資料外洩防護。 Purview 可簡化組態設定,並提供一組進階功能。
針對應用程式與特定目標應用程式之間的資料傳輸執行企業保護原則評估。
public:
static ProtectionPolicyEvaluationResult CheckAccessForApp(Platform::String ^ sourceIdentity, Platform::String ^ appPackageFamilyName);
static ProtectionPolicyEvaluationResult CheckAccessForApp(winrt::hstring const& sourceIdentity, winrt::hstring const& appPackageFamilyName);
public static ProtectionPolicyEvaluationResult CheckAccessForApp(string sourceIdentity, string appPackageFamilyName);
function checkAccessForApp(sourceIdentity, appPackageFamilyName)
Public Shared Function CheckAccessForApp (sourceIdentity As String, appPackageFamilyName As String) As ProtectionPolicyEvaluationResult
參數
- sourceIdentity
-
String
Platform::String
winrt::hstring
應用程式的來源企業身分識別。 這是受控的電子郵件地址或網域。 您的應用程式應該使用 IsIdentityManaged 來檢查電子郵件地址或網域是否受管理。
- appPackageFamilyName
-
String
Platform::String
winrt::hstring
您想要檢查之應用程式的套件系列名稱可以存取受保護的內容。
傳回
ProtectionPolicyEvaluationResult列舉的值,這是查詢的結果。
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 引進)
|