次の方法で共有


KeyInfoNode コンストラクター

定義

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

オーバーロード

KeyInfoNode()

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

KeyInfoNode(XmlElement)

指定した KeyInfoNode から取得した内容を使用して、XmlElement クラスの新しいインスタンスを初期化します。

KeyInfoNode()

ソース:
KeyInfoNode.cs
ソース:
KeyInfoNode.cs
ソース:
KeyInfoNode.cs
ソース:
KeyInfoNode.cs
ソース:
KeyInfoNode.cs

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

public:
 KeyInfoNode();
public KeyInfoNode ();
Public Sub New ()

適用対象

KeyInfoNode(XmlElement)

ソース:
KeyInfoNode.cs
ソース:
KeyInfoNode.cs
ソース:
KeyInfoNode.cs
ソース:
KeyInfoNode.cs
ソース:
KeyInfoNode.cs

指定した KeyInfoNode から取得した内容を使用して、XmlElement クラスの新しいインスタンスを初期化します。

public:
 KeyInfoNode(System::Xml::XmlElement ^ node);
public KeyInfoNode (System.Xml.XmlElement node);
new System.Security.Cryptography.Xml.KeyInfoNode : System.Xml.XmlElement -> System.Security.Cryptography.Xml.KeyInfoNode
Public Sub New (node As XmlElement)

パラメーター

node
XmlElement

KeyInfoNode の新しいインスタンスの作成に使用される内容の取得元の XML 要素。

適用対象