CipheringType Enumeration
Keys which can be used for ciphering.
Namespace: OddPrg.Protocols.DLMSAssembly: OddPrg.Frames.Dlms (in OddPrg.Frames.Dlms.dll) Version: 2.0.0.24 (2.0.0.24)
public enum CipheringType
WithGlobalKey | 0 |
Ciphering using GUEK.
|
WithDedicatedKey | 1 |
Ciphering using a key dedicated for a session.
|