次の方法で共有


NullXmlDecryptor.Decrypt(XElement) メソッド

定義

指定した XML 要素を復号化します。

public:
 virtual System::Xml::Linq::XElement ^ Decrypt(System::Xml::Linq::XElement ^ encryptedElement);
public System.Xml.Linq.XElement Decrypt (System.Xml.Linq.XElement encryptedElement);
abstract member Decrypt : System.Xml.Linq.XElement -> System.Xml.Linq.XElement
override this.Decrypt : System.Xml.Linq.XElement -> System.Xml.Linq.XElement
Public Function Decrypt (encryptedElement As XElement) As XElement

パラメーター

encryptedElement
XElement

暗号化された XML 要素。

戻り値

復号化された 形式の encryptedElement

実装

適用対象