NSUrlSessionAuthChallengeDisposition Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration whose values specify the state of an authorization challenge.
public enum NSUrlSessionAuthChallengeDisposition
type NSUrlSessionAuthChallengeDisposition =
- Inheritance
-
NSUrlSessionAuthChallengeDisposition
Fields
Name | Value | Description |
---|---|---|
UseCredential | 0 | |
PerformDefaultHandling | 1 | |
CancelAuthenticationChallenge | 2 | |
RejectProtectionSpace | 3 |
Remarks
Instances of this type are passed as an argument to the completion handler callback in DidReceiveChallenge(NSUrlSession, NSUrlAuthenticationChallenge, Action<NSUrlSessionAuthChallengeDisposition,NSUrlCredential>) and its overrides.