XmlDocumentDecryptor.CreateDecryptingXmlReader Method

Definition

Creates an XmlReader that decrypts data transparently.

public System.Xml.XmlReader CreateDecryptingXmlReader (System.IO.Stream input, System.Xml.XmlReaderSettings? settings);

Parameters

input
Stream

The input Stream to read the XML configuration data from.

settings
XmlReaderSettings

The settings for the new XmlReader instance.

Returns

An XmlReader that decrypts data transparently.

Applies to

Product Versions
.NET 8 (package-provided), 9 (package-provided)
.NET Framework 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided)
.NET Standard 2.0 (package-provided)