DpapiNGProtectionDescriptorFlags 열거형

정의

보호 설명자 만들기를 제어하는 데 사용되는 플래그입니다.

이 열거형은 멤버 값의 비트 조합을 지원합니다.

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 을 참조하세요.

적용 대상