CertDbRow(IDictionaryString, Object) Constructor

Initializes a new instance of CertDbRow class from existing properties.

Definition

Namespace: ADCS.CertMod.Managed
Assembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 3.0.0+d2bb03ea44678b01baee06872c78fd0a30d7e09e
C#
public CertDbRow(
	IDictionary<string, Object?> dictionary
)

Parameters

dictionary  IDictionaryString, Object
Existing DB properties.

See Also