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: 3.0.0+d2bb03ea44678b01baee06872c78fd0a30d7e09e
public CertDbRow(
IDictionary<string, Object?> dictionary
)
Public Sub New (
dictionary As IDictionary(Of String, Object)
)
public:
CertDbRow(
IDictionary<String^, Object^>^ dictionary
)
new :
dictionary : IDictionary<string, Object> -> CertDbRow
Parameters
- dictionary IDictionaryString, Object
- Existing DB properties.