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

CryptoLoadPrivateKey

RTS_IEC_RESULT

Result of the operation

Input

keyIdentifier

RtsByteString

The identifier of the key got from CryptoStorePrivateKey.

pKey

POINTER TO RtsCryptoKey

The private key retrieved from the internal storage.