AdcsDbPropertyCollectionAdd(String, Object) Method

Adds the specified key and value to the dictionary.

Definition

Namespace: SysadminsLV.PKI.Management.CertificateServices.Database
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public void Add(
	string key,
	Object value
)

Parameters

key  String
The key of the element to add.
value  Object
The value of the element to add. The value can be null for reference types.

Implements

IDictionaryTKey, TValueAdd(TKey, TValue)

See Also