DpapiNGProtectionDescriptorFlags 열거형
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
보호 설명자 만들기를 제어하는 데 사용되는 플래그입니다.
이 열거형은 멤버 값의 비트 조합을 지원합니다.
public enum class DpapiNGProtectionDescriptorFlags
[System.Flags]
public enum DpapiNGProtectionDescriptorFlags
[<System.Flags>]
type DpapiNGProtectionDescriptorFlags =
Public Enum DpapiNGProtectionDescriptorFlags
- 상속
-
DpapiNGProtectionDescriptorFlags
- 특성
필드
MachineKey | 32 | 와 NamedDescriptor결합하면 전체 설명자를 찾을 때 HKCU 레지스트리 대신 HKLM 레지스트리를 사용합니다. |
NamedDescriptor | 1 | 제공된 설명자는 시스템 레지스트리에 저장된 전체 설명자에 대한 참조입니다. |
None | 0 | 특별한 처리가 필요하지 않습니다. |
설명
이러한 값은 NCryptCreateProtectionDescriptor의 'dwFlags' 매개 변수에 해당합니다. 자세한 내용은 https://msdn.microsoft.com/en-us/library/windows/desktop/hh706800(v=vs.85).aspx 을 참조하세요.