MonobjcMonobjc Documented Class Library
RunModalForTrustMessage Method (trust, message)
NamespacesMonobjc.SecurityInterfaceSFCertificateTrustPanelRunModalForTrustMessage(IntPtr, NSString)

Displays a modal panel that shows the results of a certificate trust evaluation and that allows the user to edit trust settings.

Original signature is '- (NSInt)runModalForTrust:(SecTrustRef)trust message:(NSString *)message'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual int RunModalForTrustMessage(
	IntPtr trust,
	NSString message
)
Public Overridable Function RunModalForTrustMessage ( _
	trust As IntPtr, _
	message As NSString _
) As Integer
public:
virtual int RunModalForTrustMessage(
	IntPtr trust, 
	NSString^ message
)
Parameters
trust (IntPtr)
A trust management object. Use the SecTrustCreateWithCertificates function (in Security/SecTrust.h) to create the trust management object.
message (NSString)
A message string to display in the panel.
Return Value

[Missing <returns> documentation for "M:Monobjc.SecurityInterface.SFCertificateTrustPanel.RunModalForTrustMessage(System.IntPtr,Monobjc.Foundation.NSString)"]

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)