KeyInfoClause 類別

定義

表示抽象基底類別,KeyInfo 子項目的所有實作都繼承自它。

public ref class KeyInfoClause abstract
public abstract class KeyInfoClause
type KeyInfoClause = class
Public MustInherit Class KeyInfoClause
繼承
KeyInfoClause
衍生

備註

您可以使用 KeyInfoClause 物件來建置 KeyInfo 特定數位簽名或加密 XML 檔案的物件。 KeyInfo 可讓 XML 數位簽名和加密 XML 檔案的收件者判斷應該用於驗證和解密的簽署方法和金鑰值。

如需元素及其子元素的詳細資訊 KeyInfo ,請參閱 W3C 網站上提供的 XMLDSIG 規格XML 加密規格

建構函式

KeyInfoClause()

初始化 KeyInfoClause 的新執行個體。

方法

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
GetXml()

在衍生類別中覆寫時,會傳回 KeyInfoClause 的 XML 表示。

LoadXml(XmlElement)

在衍生類別中覆寫時,會剖析輸入的 XmlElement,並設定 KeyInfoClause 的內部狀態來比對。

MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於