WindowsTokenProviderOptionsMaxRedirectsCount Property |
Gets or sets the max allowed redirects. Default value is 10.
Namespace:
Aras.IOM.OAuth
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic int MaxRedirectsCount { get; set; }
Public Property MaxRedirectsCount As Integer
Get
Set
/** @property */
public int get_MaxRedirectsCount()
/** @property */
public void set_MaxRedirectsCount(int value)
function get MaxRedirectsCount () : int
function set MaxRedirectsCount (value : int)
Property Value
Type:
Int32
See Also