API Reference
Enum
DirectoryGraphTrustMode
Defines trust-handling posture for directory graph scenarios.
Inheritance
- Enum
- DirectoryGraphTrustMode
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 DirectoryGraphTrustMode Default #Uses standard behavior: apply allow/deny filters and continue.
Value:
0public const DirectoryGraphTrustMode Strict #Enforces strict trust boundaries and fails the partition when disallowed cross-boundary entries are present.
Value:
1public const DirectoryGraphTrustMode BestEffort #Continues with filtered results and emits diagnostics when disallowed cross-boundary entries are present.
Value:
2