AdcsDbPropertyCollection Class |
Namespace: SysadminsLV.PKI.Management.CertificateServices.Database
The AdcsDbPropertyCollection type exposes the following members.
Name | Description | |
---|---|---|
AdcsDbPropertyCollection | Initializes a new instance of the AdcsDbPropertyCollection class |
Name | Description | |
---|---|---|
Count |
Gets the number of elements contained in the dictionary.
| |
IsReadOnly |
Gets a value indicating whether the dictionary is read-only.
| |
Item |
Gets or sets the value associated with the specified key.
| |
Keys |
Gets a collection containing the keys in the dictionary.
| |
Values |
Gets a collection containing the values in the dictionary.
|
Name | Description | |
---|---|---|
Add(KeyValuePairString, Object) |
Adds an item to the dictionary.
| |
Add(String, Object) |
Adds the specified key and value to the dictionary.
| |
Clear |
Removes all items from the dictionary.
| |
Contains |
Determines whether the dictionary contains a specific value.
| |
ContainsKey |
Determines whether the dictionary contains the specified key.
| |
CopyTo |
Copies the elements of the dictionary to an Array, starting at a particular
Array index.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Remove(KeyValuePairString, Object) |
Removes the first occurrence of a specific object from the dictionary.
| |
Remove(String) |
Removes the value with the specified key from the dictionary.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TryGetValue |
Gets the value associated with the specified key.
|
Name | Description | |
---|---|---|
IEnumerableGetEnumerator | Returns an enumerator that iterates through a collection. |