MonobjcMonobjc Documented Class Library
BeginSheetForWindowModalDelegateDidEndSelectorContextInfoCertificatesShowGroup Method (docWindow, modalDelegate, contextInfo, certificates, showGroup)
NamespacesMonobjc.SecurityInterfaceSFCertificateTrustPanelBeginSheetForWindowModalDelegateDidEndSelectorContextInfoCertificatesShowGroup(NSWindow, SheetDidEndReturnCodeContextInfoEventHandler<(Of <<'(SFCertificateTrustPanel>)>>), IntPtr, NSArray, Boolean)

Displays one or more certificates in a modal sheet.

Original signature is '- (void)beginSheetForWindow:(NSWindow *)docWindow modalDelegate:(id)delegate didEndSelector:(SEL)didEndSelector contextInfo:(void *)contextInfo certificates:(NSArray *)certificates showGroup:(BOOL)showGroup'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public void BeginSheetForWindowModalDelegateDidEndSelectorContextInfoCertificatesShowGroup(
	NSWindow docWindow,
	SheetDidEndReturnCodeContextInfoEventHandler<SFCertificateTrustPanel> modalDelegate,
	IntPtr contextInfo,
	NSArray certificates,
	bool showGroup
)
Public Sub BeginSheetForWindowModalDelegateDidEndSelectorContextInfoCertificatesShowGroup ( _
	docWindow As NSWindow, _
	modalDelegate As SheetDidEndReturnCodeContextInfoEventHandler(Of SFCertificateTrustPanel), _
	contextInfo As IntPtr, _
	certificates As NSArray, _
	showGroup As Boolean _
)
public:
void BeginSheetForWindowModalDelegateDidEndSelectorContextInfoCertificatesShowGroup(
	NSWindow^ docWindow, 
	SheetDidEndReturnCodeContextInfoEventHandler<SFCertificateTrustPanel^>^ modalDelegate, 
	IntPtr contextInfo, 
	NSArray^ certificates, 
	bool showGroup
)
Parameters
docWindow (NSWindow)
The parent window to which the sheet is attached.
modalDelegate (SheetDidEndReturnCodeContextInfoEventHandler<(Of <(<'SFCertificateTrustPanel>)>)>)
The delegate object in which the method specified in the didEndSelector parameter is implemented.
contextInfo (IntPtr)
A pointer to data that is passed to the delegate method. You can use this data pointer for any purpose you wish.
certificates (NSArray)
The certificates to display. Pass an NSArray containing one or more objects of type SecCertificateRef in this parameter. The first certificate in the array must be the leaf certificate. The other certificates (if any) can be included in any order.
showGroup (Boolean)
Specifies whether additional certificates (other than the leaf certificate) are displayed.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.SecurityInterface (Module: Monobjc.SecurityInterface)