dOPC Client Toolkit
Close
ua.client.TuaKeypair.LoadCertificateFromFile

Loads a private and a public key from a file.

procedure LoadCertificateFromFile(Filename: string);
__fastcall LoadCertificateFromFile(AnsiString Filename);

This method loads both private and public keys from a file. You can call this method without an extension. This method uses the extension "pem" for private keys and "der" for public keys.

Kassl GmbH Copyright © 2024. All rights reserved.