XmlDocumentDecryptor.CreateDecryptingXmlReader Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an XmlReader that decrypts data transparently.
public:
System::Xml::XmlReader ^ CreateDecryptingXmlReader(System::IO::Stream ^ input, System::Xml::XmlReaderSettings ^ settings);
public System.Xml.XmlReader CreateDecryptingXmlReader (System.IO.Stream input, System.Xml.XmlReaderSettings? settings);
member this.CreateDecryptingXmlReader : System.IO.Stream * System.Xml.XmlReaderSettings -> System.Xml.XmlReader
Public Function CreateDecryptingXmlReader (input As Stream, settings As XmlReaderSettings) As XmlReader
Parameters
- settings
- XmlReaderSettings
The settings for the new XmlReader instance.
Returns
An XmlReader that decrypts data transparently.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.