UnauthorizedResult.Challenges Property
Gets the WWW-Authenticate challenges.
Namespace: System.Web.Http.Results
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
public IEnumerable<AuthenticationHeaderValue> Challenges { get; }
public:
property IEnumerable<AuthenticationHeaderValue^>^ Challenges {
IEnumerable<AuthenticationHeaderValue^>^ get();
}
member Challenges : IEnumerable<AuthenticationHeaderValue> with get
Public ReadOnly Property Challenges As IEnumerable(Of AuthenticationHeaderValue)
Property Value
Type: System.Collections.Generic.IEnumerable<AuthenticationHeaderValue>
Returns IEnumerable<T>.
See Also
UnauthorizedResult Class
System.Web.Http.Results Namespace
Return to top