Sdílet prostřednictvím


XmlStreamConfigurationProvider.Read(Stream, XmlDocumentDecryptor) Metoda

Definice

Načtěte datový proud hodnot INI do slovníku klíč/hodnota.

public:
 static System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ Read(System::IO::Stream ^ stream, Microsoft::Extensions::Configuration::Xml::XmlDocumentDecryptor ^ decryptor);
public static System.Collections.Generic.IDictionary<string,string?> Read (System.IO.Stream stream, Microsoft.Extensions.Configuration.Xml.XmlDocumentDecryptor decryptor);
static member Read : System.IO.Stream * Microsoft.Extensions.Configuration.Xml.XmlDocumentDecryptor -> System.Collections.Generic.IDictionary<string, string>
Public Shared Function Read (stream As Stream, decryptor As XmlDocumentDecryptor) As IDictionary(Of String, String)

Parametry

stream
Stream

Stream dat INI.

decryptor
XmlDocumentDecryptor

Slouží XmlDocumentDecryptor k dešifrování.

Návraty

Hodnota IDictionary<TKey,TValue> , která byla načtena z datového proudu.

Platí pro