AuthOptionsDictionary Class |
Namespace: Couchbase.Lite.Sync
public sealed class AuthOptionsDictionary : OptionsDictionary
The AuthOptionsDictionary type exposes the following members.
Name | Description | |
---|---|---|
AuthOptionsDictionary |
Default constructor
|
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the ICollectionT. (Inherited from OptionsDictionary.) | |
IsReadOnly | Gets a value indicating whether the ICollectionT is read-only. (Inherited from OptionsDictionary.) | |
Item | Gets or sets the element with the specified key. (Inherited from OptionsDictionary.) | |
Keys | Gets an ICollectionT containing the keys of the IDictionaryTKey, TValue. (Inherited from OptionsDictionary.) | |
Password |
Gets or sets the password for the credentials (not applicable in all cases)
| |
Type |
Gets or sets the type of authentication to be used
| |
Username |
Gets or sets the username to be used
| |
Values | Gets an ICollectionT containing the values in the IDictionaryTKey, TValue. (Inherited from OptionsDictionary.) |
Name | Description | |
---|---|---|
Add(KeyValuePairString, Object) | Adds an item to the ICollectionT. (Inherited from OptionsDictionary.) | |
Add(String, Object) | Adds an element with the provided key and value to the IDictionaryTKey, TValue. (Inherited from OptionsDictionary.) | |
Clear | Removes all items from the ICollectionT. (Inherited from OptionsDictionary.) | |
Contains | Determines whether the ICollectionT contains a specific value. (Inherited from OptionsDictionary.) | |
ContainsKey | Determines whether the IDictionaryTKey, TValue contains an element with the specified key. (Inherited from OptionsDictionary.) | |
CopyTo | (Inherited from OptionsDictionary.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from OptionsDictionary.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Remove(KeyValuePairString, Object) | Removes the first occurrence of a specific object from the ICollectionT. (Inherited from OptionsDictionary.) | |
Remove(String) | Removes the element with the specified key from the IDictionaryTKey, TValue. (Inherited from OptionsDictionary.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TryGetValue | Gets the value associated with the specified key. (Inherited from OptionsDictionary.) |