SignatureDescription 類別

定義

包含數位簽章的屬性的資訊。

public ref class SignatureDescription
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public class SignatureDescription
public class SignatureDescription
[System.Runtime.InteropServices.ComVisible(true)]
public class SignatureDescription
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
type SignatureDescription = class
type SignatureDescription = class
[<System.Runtime.InteropServices.ComVisible(true)>]
type SignatureDescription = class
Public Class SignatureDescription
繼承
SignatureDescription
屬性

建構函式

SignatureDescription()

初始化 SignatureDescription 類別的新執行個體。

SignatureDescription(SecurityElement)

從指定的 SecurityElement 初始化 SignatureDescription 類別的新執行個體。

屬性

DeformatterAlgorithm

取得或設定簽章描述的變形項 (Deformatter) 演算法。

DigestAlgorithm

取得或設定簽章描述的摘要演算法。

FormatterAlgorithm

取得或設定簽章描述的格式子 (Formatter) 演算法。

KeyAlgorithm

取得或設定簽章描述的金鑰演算法。

方法

CreateDeformatter(AsymmetricAlgorithm)

使用 AsymmetricSignatureDeformatter 屬性來建立具有指定金鑰的 DeformatterAlgorithm 執行個體。

CreateDigest()

使用 HashAlgorithm 屬性來建立 DigestAlgorithm 執行個體。

CreateFormatter(AsymmetricAlgorithm)

使用 AsymmetricSignatureFormatter 屬性來建立具有指定金鑰的 FormatterAlgorithm 執行個體。

Equals(Object)

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

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

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

(繼承來源 Object)

適用於

另請參閱