Setting this flag to true specifies that authentication persists only for a single request on a connection. IIS resets the authentication at the end of each request, and forces re-authentication on the next request of the session.
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property AuthPersistSingleRequest As Boolean |
C# |
---|
public bool AuthPersistSingleRequest { get; set; } |
C++ |
---|
public property bool AuthPersistSingleRequest sealed { bool get(); void set(bool value); } |
J# |
---|
/** property */ public bool get_AuthPersistSingleRequest(); /** property */ public void set_AuthPersistSingleRequest(bool value); |
JScript |
---|
public function get AuthPersistSingleRequest() : bool public function set AuthPersistSingleRequest(value : bool); |
Property Value
Value indicating if AuthPersistSingleRequest is enabled or disabled.
See Also
Documentation version 1.0.0.0.