Aracılığıyla paylaş


XmlStreamConfigurationProvider.Read(Stream, XmlDocumentDecryptor) Yöntem

Tanım

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.

Şunlara uygulanır