다음을 통해 공유


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

보호된 버퍼입니다.

반환

특성

적용 대상