IssuerEndpointDictionary Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
Methods
GetIssuerEndpoint(TokenServiceCredentialType) |
Obtains the issuer endpoint from a Secure Token Service. |