DlmsSecurityType Enumeration
Security used in DLMS/COSEM communication. The value corresponds to mechanism_id of mechanism-name in AARQ/AARE.
Namespace: OddPrg.Protocols.DLMSAssembly: OddPrg.Frames.Dlms (in OddPrg.Frames.Dlms.dll) Version: 2.0.0.24 (2.0.0.24)
public enum DlmsSecurityType
LowestSecurity | 0 |
No ciphering, no password protection
|
LowLevelSecurity | 1 |
No ciphering, password protection
|
HighLevelSecurity | 2 |
Ciphering + password protection - AES?
|
HighLevelSecurityMD5 | 3 |
Ciphering MD5 + password protection
|
HighLevelSecuritySHA1 | 4 |
Ciphering SH1 + password protection
|
HighLevelSecurityGMAC | 5 |
Ciphering GMAC + password protection
|
HighLevelSecuritySHA256 | 6 |
Ciphering SHA-256
|
HighLevelSecurityECDSA | 7 |
Ciphering + ECDSA signature
|