RegTriplet(AppConfigEntry) Constructor

Initializes a new instance of RegTriplet class from app config entry.

Definition

Namespace: ADCS.CertMod.Managed
Assembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 3.0.0+d2bb03ea44678b01baee06872c78fd0a30d7e09e
C#
public RegTriplet(
	AppConfigEntry entry
)

Parameters

entry  AppConfigEntry
Application config entry.

Exceptions

ArgumentNullExceptionentry parameter is null.
ArgumentExceptionentry name is null or empty string.

See Also