|
|
|
|
|
Funciones de certificados
Nota: Estas funciones también están disponibles en la sintaxis con prefijo ( Funciones de certificado (sintaxis con prefijo)). Las siguientes funciones se utilizan para gestionar los certificados de Windows:
| | CertificateCheckDuplicate | Checks the signature of a duplicate. | CertificateCheckFileSignatureBuffer | Checks the correspondence between a signature and a file. The signature was stored as a Buffer variable. | CertificateCheckFileSignatureFile | Checks the correspondence between a signature and a file. The signature was kept as an external file. | CertificateCheckString | Checks the correspondence between a signature and a string. | | Exporta un certificado de un almacén de certificados a un archivo "pfx" o "cert". | CertificateExtract | Extracts a certificate from a signature buffer or from a print duplicate. | | Comprueba la validez de una firma PKCS7 envuelta y extrae el mensaje envuelto. Esta nueva función está disponible a partir de WINDEV Suite SaaS 2025 - Update 3. | CertificateExtractExtensionValue | Returns the value of a certificate extension. | CertificateList | Returns the list of certificates available on the computer. | CertificateLoad | Loads a certificate from a file or a buffer. | CertificateOpenProperties | Abre la ventana de Windows que permite conocer las propiedades de un certificado. | | Convierte un certificado en formato PEM en un archivo PFX que incluye la clave privada. | CertificateSelect | Opens a window for selecting the certificates. The listed certificates are the certificates installed in the personal store. | CertificateSignExecutable | Signs an executable file with a certificate. | CertificateSignFile | Crea la firma de un archivo. Esta firma puede almacenarse en una Variable Buffer o en un archivo de texto. | | Firma un paquete MSIX con un certificado. Esta nueva función está disponible en WINDEV Suite SaaS 2025 Update 2. | CertificateSignString | Creates the signature of a character string. | TrustedCertificateAdd | Adds a certificate to the list of trusted root authorities used to validate certification strings. | TrustedCertificateReset | Removes all the certificates added by TrustedCertificateAdd. |
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|