The UNCAuthenticationPassthrough property enables user authentication passthrough for Universal Naming Convention (UNC) virtual root access (for authentication schemes that support delegation).
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property UncAuthenticationPassthrough As Boolean |
C# |
---|
public bool UncAuthenticationPassthrough { get; set; } |
C++ |
---|
public property bool UncAuthenticationPassthrough sealed { bool get(); void set(bool value); } |
J# |
---|
/** property */ public bool get_UncAuthenticationPassthrough(); /** property */ public void set_UncAuthenticationPassthrough(bool value); |
JScript |
---|
public function get UncAuthenticationPassthrough() : bool public function set UncAuthenticationPassthrough(value : bool); |
Property Value
Value indicating if UncAuthenticationPassthrough is enabled or disabled.
See Also
Documentation version 1.0.0.0.