DlmsSecurityType Enumeration

Security used in DLMS/COSEM communication. The value corresponds to mechanism_id of mechanism-name in AARQ/AARE.

Definition

Namespace: OddPrg.Protocols.DLMS
Assembly: OddPrg.Frames.Dlms (in OddPrg.Frames.Dlms.dll) Version: 2.0.0.24 (2.0.0.24)
C#
public enum DlmsSecurityType

Members

LowestSecurity0 No ciphering, no password protection
LowLevelSecurity1 No ciphering, password protection
HighLevelSecurity2 Ciphering + password protection - AES?
HighLevelSecurityMD53 Ciphering MD5 + password protection
HighLevelSecuritySHA14 Ciphering SH1 + password protection
HighLevelSecurityGMAC5 Ciphering GMAC + password protection
HighLevelSecuritySHA2566 Ciphering SHA-256
HighLevelSecurityECDSA7 Ciphering + ECDSA signature

See Also