FileProtectionManager.ProtectAsync(IStorageItem, String) 方法

定义

注意

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

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

将文件中的数据保护为企业标识。 然后,应用可以使用标准 API 读取或写入文件。

public:
 static IAsyncOperation<FileProtectionInfo ^> ^ ProtectAsync(IStorageItem ^ target, Platform::String ^ identity);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<FileProtectionInfo> ProtectAsync(IStorageItem const& target, winrt::hstring const& identity);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<FileProtectionInfo> ProtectAsync(IStorageItem target, string identity);
function protectAsync(target, identity)
Public Shared Function ProtectAsync (target As IStorageItem, identity As String) As IAsyncOperation(Of FileProtectionInfo)

参数

target
IStorageItem

要保护的文件。

identity
String

Platform::String

winrt::hstring

企业标识。 这是托管的电子邮件地址或域。 在使用标识保护文件之前,请使用 ProtectionPolicyManager.IsIdentityManaged 确认管理电子邮件地址或域。

返回

成功完成对此方法的调用后,它将返回一个 FileProtectionInfo 对象,该对象包含新受保护的文件的状态。

属性

Windows 要求

应用功能
enterpriseDataPolicy

适用于

另请参阅