System.Security.Cryptography.Xml.KeyInfoNode Members

The members of System.Security.Cryptography.Xml.KeyInfoNode are listed below.

See Also: Inherited members from System.Security.Cryptography.Xml.KeyInfoClause

Public Constructors

Initializes a new instance of the System.Security.Cryptography.Xml.KeyInfoNode class.

Initializes a new instance of the System.Security.Cryptography.Xml.KeyInfoNode class with content taken from the specified System.Xml.XmlElement.

Public Properties

ValueSystem.Xml.XmlElement.

Gets or sets the XML content of the current System.Security.Cryptography.Xml.KeyInfoNode.

Public Methods

override
GetXml() : System.Xml.XmlElement

Returns an XML representation of the System.Security.Cryptography.Xml.KeyInfoNode.

override
LoadXml(System.Xml.XmlElement)

Parses the input System.Xml.XmlElement and configures the internal state of the System.Security.Cryptography.Xml.KeyInfoNode to match.