Bearbeiten

KeyInfoNode Constructors

Definition

Initializes a new instance of the KeyInfoNode class.

Overloads

KeyInfoNode()

Initializes a new instance of the KeyInfoNode class.

KeyInfoNode(XmlElement)

Initializes a new instance of the KeyInfoNode class with content taken from the specified XmlElement.

KeyInfoNode()

Source:
KeyInfoNode.cs
Source:
KeyInfoNode.cs
Source:
KeyInfoNode.cs
Source:
KeyInfoNode.cs

Initializes a new instance of the KeyInfoNode class.

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

Applies to

KeyInfoNode(XmlElement)

Source:
KeyInfoNode.cs
Source:
KeyInfoNode.cs
Source:
KeyInfoNode.cs
Source:
KeyInfoNode.cs

Initializes a new instance of the KeyInfoNode class with content taken from the specified 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)

Parameters

node
XmlElement

An XML element from which to take the content used to create the new instance of KeyInfoNode.

Applies to