Information about a PKCS #12 crypography archive bundle. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
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
Signal Documentation
Emitted when the certificate property changes.
Note: The corresponding handler is onCertificateChanged
.
Emitted when the password property changes.
Note: The corresponding handler is onPasswordChanged
.