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.


- 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.

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

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)