Chỉnh sửa

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

Name Description
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

Name Description
Value

Gets or sets the XML content of the current KeyInfoNode.

Methods

Name Description
GetXml()

Returns an XML representation of the KeyInfoNode.

LoadXml(XmlElement)

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

Applies to