Partager via


UserDataProtectionManager.UnprotectBufferAsync(IBuffer) Méthode

Définition

Supprimez la protection d’une mémoire tampon qui a été protégée à l’aide de « 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)

Paramètres

protectedBuffer
IBuffer

Mémoire tampon protégée.

Retours

Attributs

S’applique à