IdentityProviderDictionary Class

Definition

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.

Applies to