IssuerEndpointDictionary Class

Definition

Contains a dictionary of IssuerEndpoint objects.

public ref class IssuerEndpointDictionary sealed : System::Collections::Generic::Dictionary<System::String ^, Microsoft::Xrm::Sdk::Client::IssuerEndpoint ^>
[System.Serializable]
public sealed class IssuerEndpointDictionary : System.Collections.Generic.Dictionary<string,Microsoft.Xrm.Sdk.Client.IssuerEndpoint>
[<System.Serializable>]
type IssuerEndpointDictionary = class
    inherit Dictionary<string, IssuerEndpoint>
Public NotInheritable Class IssuerEndpointDictionary
Inherits Dictionary(Of String, IssuerEndpoint)
Inheritance
IssuerEndpointDictionary
Attributes

Constructors

IssuerEndpointDictionary()

Initializes a new instance of the IssuerEndpointDictionary class.

Methods

GetIssuerEndpoint(TokenServiceCredentialType)

Obtains the issuer endpoint from a Secure Token Service.

Applies to