Click or drag to resize

AuthOptionsDictionary Methods

The AuthOptionsDictionary type exposes the following members.

Methods
  NameDescription
Public methodAdd(KeyValuePairString, Object) (Inherited from OptionsDictionary.)
Public methodAdd(String, Object) (Inherited from OptionsDictionary.)
Public methodClear (Inherited from OptionsDictionary.)
Public methodContains (Inherited from OptionsDictionary.)
Public methodContainsKey (Inherited from OptionsDictionary.)
Public methodCopyTo (Inherited from OptionsDictionary.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from OptionsDictionary.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemove(KeyValuePairString, Object) (Inherited from OptionsDictionary.)
Public methodRemove(String) (Inherited from OptionsDictionary.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetValue
Gets the value associated with the specified key.
(Inherited from OptionsDictionary.)
Top
See Also