KeyInfoNode Constructors  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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
- 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.KeyInfoNodePublic 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.