Share via


FileContentDictionary<TKey>(IDictionary<TKey,Byte[]>) Constructor

Definition

public:
 FileContentDictionary(System::Collections::Generic::IDictionary<TKey, cli::array <System::Byte> ^> ^ dictionary);
public FileContentDictionary (System.Collections.Generic.IDictionary<TKey,byte[]> dictionary);
new Microsoft.IdentityServer.Management.Resources.FileContentDictionary<'Key> : System.Collections.Generic.IDictionary<'Key, byte[]> -> Microsoft.IdentityServer.Management.Resources.FileContentDictionary<'Key>
Public Sub New (dictionary As IDictionary(Of TKey, Byte()))

Parameters

dictionary
IDictionary<TKey,Byte[]>

Applies to