次の方法で共有


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

保護されたバッファー。

戻り値

属性

適用対象