IssuerEndpointDictionary Class
Applies To: Dynamics CRM 2015
Contains a dictionary of IssuerEndpoint objects.
Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Inheritance Hierarchy
System.Object
System.Collections.Generic.Dictionary<TKey, TValue>
Microsoft.Xrm.Sdk.Client.IssuerEndpointDictionary
Syntax
[SerializableAttribute]
public sealed class IssuerEndpointDictionary : Dictionary<string, IssuerEndpoint>
[SerializableAttribute]
public ref class IssuerEndpointDictionary sealed : Dictionary<String^, IssuerEndpoint^>
[<Sealed>]
[<SerializableAttribute>]
type IssuerEndpointDictionary =
class
inherit Dictionary<string, IssuerEndpoint>
end
<SerializableAttribute>
Public NotInheritable Class IssuerEndpointDictionary
Inherits Dictionary(Of String, IssuerEndpoint)
Constructors
Name | Description | |
---|---|---|
IssuerEndpointDictionary() | Initializes a new instance of the IssuerEndpointDictionary class. |
Properties
Name | Description | |
---|---|---|
Comparer | (Inherited from Dictionary<TKey, TValue>.) |
|
Count | (Inherited from Dictionary<TKey, TValue>.) |
|
Item[TKey] | (Inherited from Dictionary<TKey, TValue>.) |
|
Keys | (Inherited from Dictionary<TKey, TValue>.) |
|
Values | (Inherited from Dictionary<TKey, TValue>.) |
Methods
Name | Description | |
---|---|---|
Add(TKey, TValue) | (Inherited from Dictionary<TKey, TValue>.) |
|
Clear() | (Inherited from Dictionary<TKey, TValue>.) |
|
ContainsKey(TKey) | (Inherited from Dictionary<TKey, TValue>.) |
|
ContainsValue(TValue) | (Inherited from Dictionary<TKey, TValue>.) |
|
Equals(Object) | (Inherited from Object.) |
|
GetEnumerator() | (Inherited from Dictionary<TKey, TValue>.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetIssuerEndpoint(TokenServiceCredentialType) | Obtains the issuer endpoint from a Secure Token Service. |
|
GetObjectData(SerializationInfo, StreamingContext) | (Inherited from Dictionary<TKey, TValue>.) |
|
GetType() | (Inherited from Object.) |
|
OnDeserialization(Object) | (Inherited from Dictionary<TKey, TValue>.) |
|
Remove(TKey) | (Inherited from Dictionary<TKey, TValue>.) |
|
ToString() | (Inherited from Object.) |
|
TryGetValue(TKey, TValue) | (Inherited from Dictionary<TKey, TValue>.) |
Explicit Interface Implementations
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Xrm.Sdk.Client Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright