CertDbRowAddRange Method

Copies existing dictionary into current object.

Definition

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

Parameters

dictionary  IDictionaryString, Object
Existing dictionary to copy values from.

Exceptions

ArgumentExceptionAn element with the same key already exists in the dictionary.

See Also