API Reference
Enum
SidHistoryKind
Qualifiers describing which kinds of SIDHistory entries to include.
Inheritance
- Enum
- SidHistoryKind
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 SidHistoryKind.Any
- Field SidHistoryKind.Dangerous
- Field SidHistoryKind.ForeignDomain
- Field SidHistoryKind.SameDomain
- Property SidHistoryQueryOptions.Kind
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 SidHistoryKind SameDomain #Only entries where the SID’s domain matches the current domain.
Value:
1public const SidHistoryKind ForeignDomain #Only entries originating from a different domain.
Value:
2public const SidHistoryKind Dangerous #Entries considered risky (e.g., built-in or admin-equivalent SIDs).
Value:
3