Pkcs12Info QML Type
Information about a PKCS #12 crypography archive bundle. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
Properties
- certificate : url
- password : string
Signals
Detailed Description
Related to OpenSSL, PKCS #12 is an archive file format for storing multiple cryptography objects. It can contain details about a private key, its certificate, and any associated CA certificates. The archive is usually identified by its pfx
or p12
file extension. The archive itself or objects it contains may be encrypted and signed.
Property Documentation
certificate : url |
A file path to a PKCS#12 file on disk or embedded as a resource.
password : string |
A password to access and decrypt the provided certificate file if required.
Signal Documentation
certificateChanged() |
Emitted when the certificate property changes.
Note: The corresponding handler is onCertificateChanged
.
passwordChanged() |
Emitted when the password property changes.
Note: The corresponding handler is onPasswordChanged
.