API Reference
Enum
BaselineRegistryKey
Typed registry keys not covered by BaselineSecurityOption. Provides stable names for REG triplets.
Inheritance
- Enum
- BaselineRegistryKey
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Field BaselineRegistryKey.AutoProxyResultCache
- Field BaselineRegistryKey.HardenedPathsNetlogon
- Field BaselineRegistryKey.HardenedPathsSysvol
- Field BaselineRegistryKey.KerberosSupportedEncryptionTypes
- Field BaselineRegistryKey.LimitBlankPasswordUse
- Field BaselineRegistryKey.ProxySettingsPerUser
- Field BaselineRegistryKey.SrvsvcSessionInfo
- Field BaselineRegistryKey.WinHttpAutoProxySvcStart
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const BaselineRegistryKey HardenedPathsSysvol #Value:
0public const BaselineRegistryKey HardenedPathsNetlogon #Value:
1public const BaselineRegistryKey LimitBlankPasswordUse #Value:
2public const BaselineRegistryKey SrvsvcSessionInfo #Value:
3public const BaselineRegistryKey ProxySettingsPerUser #Value:
4public const BaselineRegistryKey AutoProxyResultCache #Value:
5public const BaselineRegistryKey WinHttpAutoProxySvcStart #Value:
6public const BaselineRegistryKey KerberosSupportedEncryptionTypes #Value:
7