IdentityProviderTypeDictionary Class

Definition

Contains the available identity providers for a Microsoft Dynamics 365 service.

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

Constructors

IdentityProviderTypeDictionary()

Initializes a new instance of the IdentityProviderTypeDictionary class.

Applies to