IdentityProviderDictionary 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.
A collection of identity providers.
public ref class IdentityProviderDictionary sealed : System::Collections::Concurrent::ConcurrentDictionary<System::String ^, Microsoft::Xrm::Sdk::Client::IdentityProvider ^>
[System.Serializable]
public sealed class IdentityProviderDictionary : System.Collections.Concurrent.ConcurrentDictionary<string,Microsoft.Xrm.Sdk.Client.IdentityProvider>
[<System.Serializable>]
type IdentityProviderDictionary = class
inherit ConcurrentDictionary<string, IdentityProvider>
Public NotInheritable Class IdentityProviderDictionary
Inherits ConcurrentDictionary(Of String, IdentityProvider)
- Inheritance
-
IdentityProviderDictionary
- Attributes
Constructors
IdentityProviderDictionary() |
Initializes an instance of the IdentityProviderDictionary class. |