DpapiNGProtectionDescriptorFlags 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
用來控制保護描述項建立的旗標。
此列舉支援其成員值的位元組合。
public enum class DpapiNGProtectionDescriptorFlags
[System.Flags]
public enum DpapiNGProtectionDescriptorFlags
[<System.Flags>]
type DpapiNGProtectionDescriptorFlags =
Public Enum DpapiNGProtectionDescriptorFlags
- 繼承
-
DpapiNGProtectionDescriptorFlags
- 屬性
欄位
MachineKey | 32 | 結合 NamedDescriptor 時,會在尋找完整的描述元時,使用 HKLM 登錄,而不是 HKCU 登錄。 |
NamedDescriptor | 1 | 提供的描述項是儲存在系統登錄中之完整描述元的參考。 |
None | 0 | 不需要特殊處理。 |
備註
這些值會對應至 NCryptCreateProtectionDescriptor 上的 'dwFlags' 參數。 如需相關資訊,請參閱 https://msdn.microsoft.com/en-us/library/windows/desktop/hh706800(v=vs.85).aspx 。