FileRevocationManager.Revoke(String) 方法

定义

注意

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

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

注意

fileRevocationManager 在Windows 10后可能无法用于发布。 请改用 FileProtectionManager

撤消指定企业 ID 的选择性擦除保护的所有文件和文件夹。

public:
 static void Revoke(Platform::String ^ enterpriseIdentity);
/// [Windows.Foundation.Metadata.Deprecated("FileRevocationManager might be unavailable after Windows 10. Instead, use FileProtectionManager.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Security.EnterpriseData.EnterpriseDataContract)]
 static void Revoke(winrt::hstring const& enterpriseIdentity);
/// [Windows.Foundation.Metadata.Deprecated("FileRevocationManager might be unavailable after Windows 10. Instead, use FileProtectionManager.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Security.EnterpriseData.EnterpriseDataContract")]
 static void Revoke(winrt::hstring const& enterpriseIdentity);
[Windows.Foundation.Metadata.Deprecated("FileRevocationManager might be unavailable after Windows 10. Instead, use FileProtectionManager.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Security.EnterpriseData.EnterpriseDataContract))]
public static void Revoke(string enterpriseIdentity);
[Windows.Foundation.Metadata.Deprecated("FileRevocationManager might be unavailable after Windows 10. Instead, use FileProtectionManager.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Security.EnterpriseData.EnterpriseDataContract")]
public static void Revoke(string enterpriseIdentity);
function revoke(enterpriseIdentity)
Public Shared Sub Revoke (enterpriseIdentity As String)

参数

enterpriseIdentity
String

Platform::String

winrt::hstring

撤消受此企业 ID 选择性擦除保护的所有文件和文件夹。 enterpriseIdentity 值必须格式化为 IDN) (国际化域名,并且不能包含空格。 例如,contoso.com

属性

注解

当应用确定某个用户不再有效时,可以使用 Revoke 方法快速撤销对企业标识保护的所有文件和文件夹的访问权限,如以下示例所示。 Revoke 方法不会删除该文件。 Revoke 方法将文件置于无法访问该文件的状态。 你可以向应用添加代码,以删除不可访问且已被撤销的文件。

适用于

另请参阅