Share via


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 」を参照してください。

適用対象