Compartir a través de


XmlStreamConfigurationProvider.Read(Stream, XmlDocumentDecryptor) Método

Definición

Lee una secuencia de valores INI en un diccionario de clave y valor.

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)

Parámetros

stream
Stream

La secuencia de datos INI.

decryptor
XmlDocumentDecryptor

El objeto XmlDocumentDecryptor que se va a usar para descifrar.

Devoluciones

El objeto IDictionary<TKey,TValue> que se ha leído de la secuencia.

Se aplica a