Class IdentityClientConfigurationDictionary
Inheritance
object
IdentityClientConfigurationDictionary
Implements
System.Collections.IDictionary
System.Collections.ICollection
System.Collections.Generic.IReadOnlyCollection<T><KeyValuePair<string, IdentityClientConfiguration>>
System.Collections.IEnumerable
System.Runtime.Serialization.ISerializable
System.Runtime.Serialization.IDeserializationCallback
Inherited Members
System.Collections.Generic.Dictionary<string, Volo.Abp.IdentityModel.IdentityClientConfiguration>.Add(string, Volo.Abp.IdentityModel.IdentityClientConfiguration)
System.Collections.Generic.Dictionary<string, Volo.Abp.IdentityModel.IdentityClientConfiguration>.Clear()
System.Collections.Generic.Dictionary<string, Volo.Abp.IdentityModel.IdentityClientConfiguration>.ContainsKey(string)
System.Collections.Generic.Dictionary<string, Volo.Abp.IdentityModel.IdentityClientConfiguration>.ContainsValue(Volo.Abp.IdentityModel.IdentityClientConfiguration)
System.Collections.Generic.Dictionary<string, Volo.Abp.IdentityModel.IdentityClientConfiguration>.GetEnumerator()
System.Collections.Generic.Dictionary<string, Volo.Abp.IdentityModel.IdentityClientConfiguration>.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Collections.Generic.Dictionary<string, Volo.Abp.IdentityModel.IdentityClientConfiguration>.OnDeserialization(object)
System.Collections.Generic.Dictionary<string, Volo.Abp.IdentityModel.IdentityClientConfiguration>.Remove(string)
System.Collections.Generic.Dictionary<string, Volo.Abp.IdentityModel.IdentityClientConfiguration>.Remove(string, out Volo.Abp.IdentityModel.IdentityClientConfiguration)
System.Collections.Generic.Dictionary<string, Volo.Abp.IdentityModel.IdentityClientConfiguration>.TryGetValue(string, out Volo.Abp.IdentityModel.IdentityClientConfiguration)
System.Collections.Generic.Dictionary<string, Volo.Abp.IdentityModel.IdentityClientConfiguration>.TryAdd(string, Volo.Abp.IdentityModel.IdentityClientConfiguration)
System.Collections.Generic.Dictionary<string, Volo.Abp.IdentityModel.IdentityClientConfiguration>.EnsureCapacity(int)
System.Collections.Generic.Dictionary<string, Volo.Abp.IdentityModel.IdentityClientConfiguration>.TrimExcess()
System.Collections.Generic.Dictionary<string, Volo.Abp.IdentityModel.IdentityClientConfiguration>.TrimExcess(int)
System.Collections.Generic.Dictionary<string, Volo.Abp.IdentityModel.IdentityClientConfiguration>.Comparer
System.Collections.Generic.Dictionary<string, Volo.Abp.IdentityModel.IdentityClientConfiguration>.Count
System.Collections.Generic.Dictionary<string, Volo.Abp.IdentityModel.IdentityClientConfiguration>.Keys
System.Collections.Generic.Dictionary<string, Volo.Abp.IdentityModel.IdentityClientConfiguration>.Values
System.Collections.Generic.Dictionary<string, Volo.Abp.IdentityModel.IdentityClientConfiguration>.this[string]
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.IdentityModel
Assembly: Volo.Abp.IdentityModel.dll
Syntax
public class IdentityClientConfigurationDictionary : Dictionary<string, IdentityClientConfiguration>, IDictionary<string, IdentityClientConfiguration>, ICollection<KeyValuePair<string, IdentityClientConfiguration>>, IDictionary, ICollection, IReadOnlyDictionary<string, IdentityClientConfiguration>, IReadOnlyCollection<KeyValuePair<string, IdentityClientConfiguration>>, IEnumerable<KeyValuePair<string, IdentityClientConfiguration>>, IEnumerable, ISerializable, IDeserializationCallback
Constructors
IdentityClientConfigurationDictionary()
Declaration
public IdentityClientConfigurationDictionary()
Fields
DefaultName
Declaration
public const string DefaultName = "Default"
Field Value
| Type | Description |
|---|---|
| string |
Properties
Default
Declaration
public IdentityClientConfiguration Default { get; set; }
Property Value
| Type | Description |
|---|---|
| IdentityClientConfiguration |
Implements
System.Collections.Generic.IDictionary<TKey, TValue>
System.Collections.Generic.ICollection<T>
System.Collections.IDictionary
System.Collections.ICollection
System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
System.Runtime.Serialization.ISerializable
System.Runtime.Serialization.IDeserializationCallback