DlmsTypeKeyTransferDataArrayCreateAesKeyTransferData Method
Note: This API is now obsolete.
Creates parameter for calling method of key transfer using AES key wrap algorithm.
Namespace: OddPrg.Protocols.DLMSAssembly: OddPrg.Frames.Dlms (in OddPrg.Frames.Dlms.dll) Version: 2.0.0.24 (2.0.0.24)
[ObsoleteAttribute("Do not use this method because it does not use DLMS Security Suite settings")]
public static DlmsTypeKeyTransferDataArray CreateAesKeyTransferData(
byte[] kek,
byte[] ak,
byte[] ekUnicast = null,
byte[] newKek = null,
byte[] ekBroadcast = null
)
- kek Byte
- Key for encryption of the transfered keys.
- ak Byte
- If null, key won't be in the result collection.
- ekUnicast Byte (Optional)
- If null, key won't be in the result collection.
- newKek Byte (Optional)
- If null, key won't be in the result collection.
- ekBroadcast Byte (Optional)
- If null, key won't be in the result collection.
DlmsTypeKeyTransferDataArray