AuthPersistSingleRequestAlwaysIfProxy Property

MSBuild

Setting this flag to true specifies that authentication is valid for a single request if by proxy. IIS will reset the authentication at the end of the request and force re-authentication on the next request if the current authenticated request is by proxy of any type.


Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Property AuthPersistSingleRequestAlwaysIfProxy As Boolean
C#
public bool AuthPersistSingleRequestAlwaysIfProxy { get; set; }
C++
public property bool AuthPersistSingleRequestAlwaysIfProxy sealed  {
    bool get();
    void set(bool value);
}
J#
/** property */
public bool get_AuthPersistSingleRequestAlwaysIfProxy();

/** property */
public void set_AuthPersistSingleRequestAlwaysIfProxy(bool value);
JScript
public function get AuthPersistSingleRequestAlwaysIfProxy() : bool

public function set AuthPersistSingleRequestAlwaysIfProxy(value : bool);

Property Value

Value indicating if AuthPersistSingleRequestAlwaysIfProxy is enabled or disabled.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.