XmlDocumentDecryptor クラス

定義

XML を暗号化および復号化します。

public ref class XmlDocumentDecryptor
public class XmlDocumentDecryptor
type XmlDocumentDecryptor = class
Public Class XmlDocumentDecryptor
継承
XmlDocumentDecryptor

コンストラクター

名前 説明
XmlDocumentDecryptor()

XmlDocumentDecryptor クラスの新しいインスタンスを初期化します。

フィールド

名前 説明
Instance

シングルトン復号化インスタンスにアクセスします。

メソッド

名前 説明
CreateDecryptingXmlReader(Stream, XmlReaderSettings)

データを透過的に復号化する XmlReader を作成します。

DecryptDocumentAndCreateXmlReader(XmlDocument)

暗号化された XML ドキュメントを復号化できるリーダーを作成します。

適用対象