IdentityProviderTypeDictionary 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 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 |