UserDataProtectionManager.UnprotectBufferAsync(IBuffer) 方法

定义

取消保护已使用“ProtectBufferAsync”保护的缓冲区。

public:
 virtual IAsyncOperation<UserDataBufferUnprotectResult ^> ^ UnprotectBufferAsync(IBuffer ^ protectedBuffer) = UnprotectBufferAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<UserDataBufferUnprotectResult> UnprotectBufferAsync(IBuffer const& protectedBuffer);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<UserDataBufferUnprotectResult> UnprotectBufferAsync(IBuffer protectedBuffer);
function unprotectBufferAsync(protectedBuffer)
Public Function UnprotectBufferAsync (protectedBuffer As IBuffer) As IAsyncOperation(Of UserDataBufferUnprotectResult)

参数

protectedBuffer
IBuffer

受保护的缓冲区。

返回

属性

适用于