共用方式為


DataProtectionManager.UnprotectAsync(IBuffer) 方法

定義

注意

從 2022 年 7 月開始,Microsoft 即將淘汰 Windows 資訊保護 (WIP) ,以及支援 WIP 的 API。 Microsoft 將繼續在支援的 Windows 版本上支援 WIP。 新版本的 Windows 不會包含 WIP 的新功能,且未來版本的 Windows 不支援此功能。 如需詳細資訊,請參閱宣佈 Windows 資訊保護的終止

針對資料保護需求,Microsoft 建議您使用Microsoft Purview 資訊保護Microsoft Purview 資料外洩防護。 Purview 簡化了組態設定,並提供一組進階的功能。

從緩衝區移除企業身分識別的保護。

public:
 static IAsyncOperation<BufferProtectUnprotectResult ^> ^ UnprotectAsync(IBuffer ^ data);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<BufferProtectUnprotectResult> UnprotectAsync(IBuffer const& data);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<BufferProtectUnprotectResult> UnprotectAsync(IBuffer data);
function unprotectAsync(data)
Public Shared Function UnprotectAsync (data As IBuffer) As IAsyncOperation(Of BufferProtectUnprotectResult)

參數

data
IBuffer

要解除保護的緩衝區。

傳回

當呼叫這個方法成功完成時,它會傳回 BufferProtectUnprotectResult 物件,其中包含未受保護的緩衝區狀態。

屬性

Windows 需求

應用程式功能
enterpriseDataPolicy

備註

UnprotectAsync 永遠不會傳回 [未保護 ] 的狀態,因為它需要保護輸入資源。 (無法可靠地驗證資源是否未受保護。) 如果您的應用程式比較結果與 保護,它包含設計瑕疵,因為它表示它遺失是否受到保護的追蹤。

適用於