MonobjcMonobjc Documented Class Library
RunModalForCertificatesShowGroup Method (certificates, showGroup)
NamespacesMonobjc.SecurityInterfaceSFCertificatePanelRunModalForCertificatesShowGroup(NSArray, Boolean)

Displays one or more specified certificates in a modal panel.

Original signature is '- (NSInt)runModalForCertificates:(NSArray *)certificates showGroup:(BOOL)showGroup'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual int RunModalForCertificatesShowGroup(
	NSArray certificates,
	bool showGroup
)
Public Overridable Function RunModalForCertificatesShowGroup ( _
	certificates As NSArray, _
	showGroup As Boolean _
) As Integer
public:
virtual int RunModalForCertificatesShowGroup(
	NSArray^ certificates, 
	bool showGroup
)
Parameters
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. To show only a single certificate, specify only one SecCertificateRef in the array and set showGroup to NO.
Return Value

[Missing <returns> documentation for "M:Monobjc.SecurityInterface.SFCertificatePanel.RunModalForCertificatesShowGroup(Monobjc.Foundation.NSArray,System.Boolean)"]

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)