CryptoLoadPrivateKey (FUN)
FUNCTION CryptoLoadPrivateKey : RTS_IEC_RESULT
This function can be used to load a private key from the components internal data store.
- InOut:
Scope
Name
Type
Comment
Return
CryptoLoadPrivateKeyRTS_IEC_RESULTResult of the operation
Input
keyIdentifierRtsByteStringThe identifier of the key got from CryptoStorePrivateKey.
pKeyPOINTER TO RtsCryptoKey
The private key retrieved from the internal storage.