共用方式為


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 引進)

欄位

名稱 Description
Succeeded 0

取消保護提供的緩衝區成功,且結果緩衝區可在 'UnprotectedBuffer' 成員中使用。

Unavailable 1

無法解除保護提供的緩衝區,因為受保護的資料目前無法使用。

適用於