XmlStreamConfigurationProvider.Read(Stream, XmlDocumentDecryptor) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
INI değerlerinin akışını bir anahtar/değer sözlüğüne okuma.
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)
Parametreler
- stream
- Stream
INI verilerinin akışı.
- decryptor
- XmlDocumentDecryptor
XmlDocumentDecryptor şifresini çözmek için kullanılacak.
Döndürülenler
Akıştan IDictionary<TKey,TValue> okunan.