KeyInfoNode 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
處理 KeyInfo 子項目,這項目沒有特定實作 (Implementation) 或已在電腦上註冊的處理常式。
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
- 繼承
備註
KeyInfo具有特定實作的子項目為 KeyInfoName 、 KeyInfoRetrievalMethod 和 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) |