$Crypto.AddTrustedCertificate

Overview

Adds specified certificate as trusted root certificate

void $Crypto.AddTrustedCertificate(cert: Certificate)

Arguments

Certificate cert

Certificate to add as trusted root certificate

Remarks

Certificate is added to trusted root certificates to be used in verification.

Types

Certificate

{ // Common name of certificate issued to CommonName : string // Serial number of certificate issued to SerialNumber : string }

Copyright © 2010 - 2023 Emakin. All rights reserved.