C# Class Monobjc.SecurityInterface.SFCertificateTrustPanel.SFCertificateTrustPanelSheetDispatcher

Inheritance: NSObject
Show file Open project: Monobjc/monobjc

Public Methods

Method Description
SFCertificateTrustPanelSheetDispatcher ( ) : System

Initializes a new instance of the SFCertificateTrustPanelSheetDispatcher class.

SFCertificateTrustPanelSheetDispatcher ( IntPtr nativePointer ) : System

Initializes a new instance of the SFCertificateTrustPanelSheetDispatcher class.

SFCertificateTrustPanelSheetDispatcher ( SheetDidEndReturnCodeContextInfoEventHandler modalDelegate ) : System

Initializes a new instance of the SFCertificateTrustPanelSheetDispatcher class.

Private Methods

Method Description
PanelDidEndReturnCodeContextInfo ( SFCertificateTrustPanel sheet, NSInteger returnCode, IntPtr contextInfo ) : void

Method Details

SFCertificateTrustPanelSheetDispatcher() public method

Initializes a new instance of the SFCertificateTrustPanelSheetDispatcher class.
public SFCertificateTrustPanelSheetDispatcher ( ) : System
return System

SFCertificateTrustPanelSheetDispatcher() public method

Initializes a new instance of the SFCertificateTrustPanelSheetDispatcher class.
public SFCertificateTrustPanelSheetDispatcher ( IntPtr nativePointer ) : System
nativePointer System.IntPtr The native pointer.
return System

SFCertificateTrustPanelSheetDispatcher() public method

Initializes a new instance of the SFCertificateTrustPanelSheetDispatcher class.
public SFCertificateTrustPanelSheetDispatcher ( SheetDidEndReturnCodeContextInfoEventHandler modalDelegate ) : System
modalDelegate SheetDidEndReturnCodeContextInfoEventHandler The modal delegate.
return System