UserDataBufferUnprotectStatus 枚举

定义

描述提供的缓冲区的取消保护状态。

public enum class UserDataBufferUnprotectStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 524288)]
enum class UserDataBufferUnprotectStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 524288)]
public enum UserDataBufferUnprotectStatus
var value = Windows.Security.DataProtection.UserDataBufferUnprotectStatus.succeeded
Public Enum UserDataBufferUnprotectStatus
继承
UserDataBufferUnprotectStatus
属性

Windows 要求

设备系列
Windows 10, version 1903 (在 10.0.18362.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v8.0 中引入)

字段

Succeeded 0

成功取消保护提供的缓冲区,结果缓冲区在“UnprotectedBuffer”成员中可用。

Unavailable 1

无法取消保护提供的缓冲区,因为受保护的数据当前不可用。

适用于