Specifies Anonymous authentication as one of the possible Windows authentication schemes returned to clients as being available.
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property AuthAnonymous As Boolean |
C# |
---|
public bool AuthAnonymous { get; set; } |
C++ |
---|
public property bool AuthAnonymous sealed { bool get(); void set(bool value); } |
J# |
---|
/** property */ public bool get_AuthAnonymous(); /** property */ public void set_AuthAnonymous(bool value); |
JScript |
---|
public function get AuthAnonymous() : bool public function set AuthAnonymous(value : bool); |
Property Value
Value indicating if AuthAnonymous is enabled or disabled.
See Also
Documentation version 1.0.0.0.