VssHttpRequestSettings.SuppressFedAuthRedirects Property
Namespace: Microsoft.VisualStudio.Services.Common
Assembly: Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)
Syntax
'Declaration
Public Property SuppressFedAuthRedirects As Boolean
public bool SuppressFedAuthRedirects { get; set; }
public:
property bool SuppressFedAuthRedirects {
bool get ();
void set (bool value);
}
member SuppressFedAuthRedirects : bool with get, set
function get SuppressFedAuthRedirects () : boolean
function set SuppressFedAuthRedirects (value : boolean)
Property Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.