KeyInfoNode 类

定义

处理没有在计算机上注册特定实现或处理程序的 KeyInfo 子元素。

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
继承
KeyInfoNode

注解

KeyInfo具有特定实现的子元素是KeyInfoNameKeyInfoRetrievalMethod以及KeyInfoX509Data

有关该元素的详细信息 <KeyInfo> ,请参阅 XMLDSIG 规范 的第 4.4 节或可在 W3C 网站上提供的 XML 加密规范

构造函数

KeyInfoNode()

初始化 KeyInfoNode 类的新实例。

KeyInfoNode(XmlElement)

使用从指定的 KeyInfoNode 获取的内容初始化 XmlElement 类的新实例。

属性

Value

获取或设置当前 KeyInfoNode 的 XML 内容。

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
GetXml()

返回 KeyInfoNode 的 XML 表示形式。

LoadXml(XmlElement)

分析输入的 XmlElement 并配置要匹配的 KeyInfoNode 的内部状态。

MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于