DlmsSecuritySuiteSettingsGetEcdsaHashAlgorithm Method

Gets hash algorithm for ECDSA signing function according to the security suite.

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 static HashAlgorithmName GetEcdsaHashAlgorithm(
	byte securitySuiteId
)

Parameters

securitySuiteId  Byte
Target security suite. It must correspond to the key. It can be different to current security settings which is used for communication.

Return Value

HashAlgorithmName

Exceptions

See Also