XmlDocumentDecryptor.DecryptDocumentAndCreateXmlReader(XmlDocument) Método
Definição
Cria um leitor que pode descriptografar um documento XML criptografado.Creates a reader that can decrypt an encrypted XML document.
protected:
virtual System::Xml::XmlReader ^ DecryptDocumentAndCreateXmlReader(System::Xml::XmlDocument ^ document);
protected virtual System.Xml.XmlReader DecryptDocumentAndCreateXmlReader (System.Xml.XmlDocument document);
abstract member DecryptDocumentAndCreateXmlReader : System.Xml.XmlDocument -> System.Xml.XmlReader
override this.DecryptDocumentAndCreateXmlReader : System.Xml.XmlDocument -> System.Xml.XmlReader
Protected Overridable Function DecryptDocumentAndCreateXmlReader (document As XmlDocument) As XmlReader
Parâmetros
- document
- XmlDocument
O documento.The document.
Retornos
Um XmlReader que pode ler o documento.An XmlReader which can read the document.