Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

X509.ShowDialog

Shows standard dialog with details.

Component Version macOS Windows Linux Server iOS SDK
Certificates 9.2 ✅ Yes ✅ Yes ❌ No ❌ No ❌ No
MBS( "X509.ShowDialog"; X509Ref )   More

Parameters

Parameter Description Example
X509Ref The reference to the X509 certificate. $cert

Result

Returns OK or error.

Description

Shows standard dialog with details.
Displays the content of the certificate in the standard dialog to user.

Implemented for Windows with plugins version 11.1.

Examples

Show certificate:

Set Variable [ $cert ; Value: MBS( "X509.Read"; Zertifikat::Certificate Text ) ]
Set Variable [ $serial ; Value: MBS( "X509.ShowDialog"; $cert ) ]
Set Variable [ $r ; Value: MBS( "X509.Release"; $cert) ]

See also

Release notes

This function checks for a license.

Created 30th April 2019, last changed 23th February 2021


X509.SerialNumber - X509.SubjectName