DlmsTypeKeyTransferDataArrayCreateAesKeyTransferData Method

Note: This API is now obsolete.
Creates parameter for calling method of key transfer using AES key wrap algorithm.

Definition

Namespace: OddPrg.Protocols.DLMS
Assembly: OddPrg.Frames.Dlms (in OddPrg.Frames.Dlms.dll) Version: 2.0.0.24 (2.0.0.24)
C#
[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
)

Parameters

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.

Return Value

DlmsTypeKeyTransferDataArray

See Also