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: 1.2.0.0 (1.2.0.0)
C#
public CertDbRow(
	IDictionary<string, Object> dictionary
)

Parameters

dictionary  IDictionaryString, Object
Existing DB properties.

See Also