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:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
X509.ReadFromContainer
Reads a certificate from a container value.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| Certificates | 7.0 | Yes | Yes | Yes | Yes | Yes |
Parameters
| Parameter | Description | Example |
|---|---|---|
| Container | The container with the certificate file. |
Result
Returns X509 reference number or error.
Description
Reads a certificate from a container value.Examples
Reads a certificate and shows name:
Set Variable [$cert; Value:MBS( "X509.ReadFromContainer";test::Container )]
If [MBS("IsError")]
Show Custom Dialog ["Error"; $cert]
Else
Show Custom Dialog ["Name"; MBS( "X509.Name"; $cert )]
Set Variable [$r; Value:MBS( "X509.Release"; $cert )]
End If
See also
Release notes
- Version 9.1
- Added support for binary format to X509.Read, X509.ReadFromContainer and X509.ReadFromFile.
Created 23th December 2016, last changed 23th December 2016
Feedback: Report problem or ask question.
Links
MBS Xojo blog