ASCredentialProviderExtensionContext.CancelRequest(NSError) Method
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.
Cancels the request.
[Foundation.Export("cancelRequestWithError:")]
public virtual void CancelRequest (Foundation.NSError error);
override this.CancelRequest : Foundation.NSError -> unit
Parameters
- error
- NSError
The error must be of type ASExtensionErrorCode.
- Attributes