LdsSecurityObject(AlgorithmIdentifier, DataGroupHash, LdsVersionInfo) Constructor

Initializes a new instance of the LdsSecurityObject class

Definition

Namespace: Org.BouncyCastle.Asn1.Icao
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public LdsSecurityObject(
	AlgorithmIdentifier digestAlgorithmIdentifier,
	DataGroupHash[] datagroupHash,
	LdsVersionInfo versionInfo
)

Parameters

digestAlgorithmIdentifier  AlgorithmIdentifier
 
datagroupHash  DataGroupHash
 
versionInfo  LdsVersionInfo
 

See Also