Поделиться через


XmlStreamConfigurationProvider.Read(Stream, XmlDocumentDecryptor) Метод

Определение

Считывает поток значений в формате INI в словарь пар "ключ — значение".

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)

Параметры

stream
Stream

Поток данных в формате INI.

decryptor
XmlDocumentDecryptor

Объект XmlDocumentDecryptor, используемый для расшифровки.

Возвращаемое значение

Словарь IDictionary<TKey,TValue>, считанный из потока.

Применяется к