EU.Europa.EC.Markt.Dss.Validation.Report.TrustedListInformation.TrustedListInformation C# (CSharp) Method

TrustedListInformation() public method

The default constructor for TrustedListInformation.
The default constructor for TrustedListInformation.
public TrustedListInformation ( ServiceInfo ts ) : System
ts EU.Europa.EC.Markt.Dss.Validation.Tsl.ServiceInfo
return System
		public TrustedListInformation(ServiceInfo ts)
		{
			this.trustService = ts;
		}