Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
12.0
12.1
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
Statistic
FMM
Blog
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
- Version 11.1
- Added Windows support for PKCS12.ShowDialog and X509.ShowDialog functions.
- Version 9.2
- Added PKCS12.ShowDialog and X509.ShowDialog functions.
This function checks for a paid license.
Created 30th April 2019, last changed 23th February 2021
