Share via


IASAuthorizationControllerPresentationContextProviding Interface

Definition

This interface represents the Objective-C protocol ASAuthorizationControllerPresentationContextProviding.

[Foundation.Protocol(Name="ASAuthorizationControllerPresentationContextProviding", WrapperType=typeof(AuthenticationServices.ASAuthorizationControllerPresentationContextProvidingWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetPresentationAnchor", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AuthenticationServices.ASAuthorizationController) }, ReturnType=typeof(UIKit.UIWindow), Selector="presentationAnchorForAuthorizationController:")]
public interface IASAuthorizationControllerPresentationContextProviding : IDisposable, ObjCRuntime.INativeObject
[Foundation.Protocol(Name="ASAuthorizationControllerPresentationContextProviding", WrapperType=typeof(AuthenticationServices.ASAuthorizationControllerPresentationContextProvidingWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetPresentationAnchor", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AuthenticationServices.ASAuthorizationController) }, ReturnType=typeof(AppKit.NSWindow), Selector="presentationAnchorForAuthorizationController:")]
public interface IASAuthorizationControllerPresentationContextProviding : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="ASAuthorizationControllerPresentationContextProviding", WrapperType=typeof(AuthenticationServices.ASAuthorizationControllerPresentationContextProvidingWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetPresentationAnchor", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AuthenticationServices.ASAuthorizationController) }, ReturnType=typeof(UIKit.UIWindow), Selector="presentationAnchorForAuthorizationController:")>]
type IASAuthorizationControllerPresentationContextProviding = interface
    interface INativeObject
    interface IDisposable
[<Foundation.Protocol(Name="ASAuthorizationControllerPresentationContextProviding", WrapperType=typeof(AuthenticationServices.ASAuthorizationControllerPresentationContextProvidingWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetPresentationAnchor", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AuthenticationServices.ASAuthorizationController) }, ReturnType=typeof(AppKit.NSWindow), Selector="presentationAnchorForAuthorizationController:")>]
type IASAuthorizationControllerPresentationContextProviding = interface
    interface INativeObject
    interface IDisposable
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.

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

Name Description
GetPresentationAnchor(ASAuthorizationController)

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to