Method | Description | |
---|---|---|
BeginSheetForWindowModalDelegateDidEndSelectorContextInfoCertificatesShowGroup ( |
||
BeginSheetForWindowModalDelegateDidEndSelectorContextInfoTrustMessage ( |
public BeginSheetForWindowModalDelegateDidEndSelectorContextInfoCertificatesShowGroup ( |
||
docWindow | ||
modalDelegate | SheetDidEndReturnCodeContextInfoEventHandler |
The delegate object in which the method specified in the didEndSelector parameter is implemented. |
contextInfo | 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 | bool | Specifies whether additional certificates (other than the leaf certificate) are displayed. |
return | void |
public BeginSheetForWindowModalDelegateDidEndSelectorContextInfoTrustMessage ( |
||
docWindow | ||
modalDelegate | SheetDidEndReturnCodeContextInfoEventHandler |
The delegate object in which the method specified in the didEndSelector parameter is implemented. |
contextInfo | A pointer to data that is passed to the delegate method. You can use this data pointer for any purpose you wish. | |
trust | A trust management object. Use the SecTrustCreateWithCertificates function (in Security/SecTrust.h) to create the trust management object. | |
message | A message string to display in the sheet. | |
return | void |