Share via


IASAuthorizationControllerDelegate Interface

Definition

This interface represents the Objective-C protocol ASAuthorizationControllerDelegate.

[Foundation.Protocol(Name="ASAuthorizationControllerDelegate", WrapperType=typeof(AuthenticationServices.ASAuthorizationControllerDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidComplete", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AuthenticationServices.ASAuthorizationController), typeof(AuthenticationServices.ASAuthorization) }, Selector="authorizationController:didCompleteWithAuthorization:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidComplete", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AuthenticationServices.ASAuthorizationController), typeof(Foundation.NSError) }, Selector="authorizationController:didCompleteWithError:")]
public interface IASAuthorizationControllerDelegate : IDisposable, ObjCRuntime.INativeObject
[Foundation.Protocol(Name="ASAuthorizationControllerDelegate", WrapperType=typeof(AuthenticationServices.ASAuthorizationControllerDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidComplete", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AuthenticationServices.ASAuthorizationController), typeof(AuthenticationServices.ASAuthorization) }, Selector="authorizationController:didCompleteWithAuthorization:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidComplete", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AuthenticationServices.ASAuthorizationController), typeof(Foundation.NSError) }, Selector="authorizationController:didCompleteWithError:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidComplete", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AuthenticationServices.ASAuthorizationController), typeof(Foundation.NSString) }, Selector="authorizationController:didCompleteWithCustomMethod:")]
public interface IASAuthorizationControllerDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="ASAuthorizationControllerDelegate", WrapperType=typeof(AuthenticationServices.ASAuthorizationControllerDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidComplete", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AuthenticationServices.ASAuthorizationController), typeof(AuthenticationServices.ASAuthorization) }, Selector="authorizationController:didCompleteWithAuthorization:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidComplete", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AuthenticationServices.ASAuthorizationController), typeof(Foundation.NSError) }, Selector="authorizationController:didCompleteWithError:")>]
type IASAuthorizationControllerDelegate = interface
    interface INativeObject
    interface IDisposable
[<Foundation.Protocol(Name="ASAuthorizationControllerDelegate", WrapperType=typeof(AuthenticationServices.ASAuthorizationControllerDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidComplete", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AuthenticationServices.ASAuthorizationController), typeof(AuthenticationServices.ASAuthorization) }, Selector="authorizationController:didCompleteWithAuthorization:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidComplete", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AuthenticationServices.ASAuthorizationController), typeof(Foundation.NSError) }, Selector="authorizationController:didCompleteWithError:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidComplete", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AuthenticationServices.ASAuthorizationController), typeof(Foundation.NSString) }, Selector="authorizationController:didCompleteWithCustomMethod:")>]
type IASAuthorizationControllerDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Applies to