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

署名の説明に対する逆フォーマッタ アルゴリズムを取得または設定します。

DigestAlgorithm

署名の説明に対するダイジェスト アルゴリズムを取得または設定します。

FormatterAlgorithm

署名の説明に対するフォーマッタ アルゴリズムを取得または設定します。

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)

適用対象

こちらもご覧ください