共用方式為


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

受保護的緩衝區。

傳回

屬性

適用於