CryptoStorePrivateKey (FUN)
FUNCTION CryptoStorePrivateKey : RTS_IEC_RESULT
This function can be used to store a private key that was imported or generated within the components internal data store.
- InOut:
Scope
Name
Type
Comment
Return
CryptoStorePrivateKeyRTS_IEC_RESULTResult of the operation
Input
keyRtsCryptoKeyThe private key to be stored.
pKeyIdentifierPOINTER TO RtsByteString
A bytestring where the key identifier is stored. This identifier can be used to access the key later. The identifier does not contain any sensitive data.