Compartilhar via


UserDataProtectionManager.UnprotectBufferAsync(IBuffer) Método

Definição

Desproteger um buffer que foi protegido usando '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)

Parâmetros

protectedBuffer
IBuffer

O buffer protegido.

Retornos

Atributos

Aplica-se a