DlmsSecuritySetupCreateSecurityPolicyVersion1 Method

Creates a security policy byte of version 1.

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 byte CreateSecurityPolicyVersion1(
	bool authentizeReq,
	bool authentizeResp,
	bool encryptReq,
	bool encryptResp,
	bool signReq,
	bool signResp
)

Parameters

authentizeReq  Boolean
authentizeResp  Boolean
encryptReq  Boolean
encryptResp  Boolean
signReq  Boolean
signResp  Boolean

Return Value

Byte

See Also