Enum
ToolAuthenticationMode
Declares how a tool expects authentication to be supplied.
Inheritance
- Enum
- ToolAuthenticationMode
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 ToolAuthenticationMode HostManaged #Authentication is resolved by host/service configuration, not tool arguments.
Value:
1public const ToolAuthenticationMode ProfileReference #Authentication is selected via a profile reference argument.
Value:
2public const ToolAuthenticationMode RunAsReference #Authentication can use a run-as profile reference argument.
Value:
3