다음을 통해 공유


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>입니다.

적용 대상