CertDbRow(IDictionaryString, Object) Constructor
Initializes a new instance of CertDbRow class from existing properties.
Namespace: ADCS.CertMod.ManagedAssembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 1.2.0.0 (1.2.0.0)
public CertDbRow(
IDictionary<string, Object> dictionary
)
Public Sub New (
dictionary As IDictionary(Of String, Object)
)
public:
CertDbRow(
IDictionary<String^, Object^>^ dictionary
)
Parameters
- dictionary IDictionaryString, Object
- Existing DB properties.