KeyInfoNode Class

Definition

Handles KeyInfo subelements that do not have specific implementations or handlers registered on the machine.

public ref class KeyInfoNode : System::Security::Cryptography::Xml::KeyInfoClause
public class KeyInfoNode : System.Security.Cryptography.Xml.KeyInfoClause
type KeyInfoNode = class
    inherit KeyInfoClause
Public Class KeyInfoNode
Inherits KeyInfoClause
Inheritance
KeyInfoNode

Remarks

The KeyInfo subelements with specific implementations are KeyInfoName, KeyInfoRetrievalMethod, and KeyInfoX509Data.

For more information about the <KeyInfo> element, see Section 4.4 of the XMLDSIG specification or the XML Encryption specification, which are available on the W3C website.

Constructors

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.

Properties

Value

Gets or sets the XML content of the current KeyInfoNode.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
GetXml()

Returns an XML representation of the KeyInfoNode.

LoadXml(XmlElement)

Parses the input XmlElement and configures the internal state of the KeyInfoNode to match.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to