SignatureDescription クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
デジタル署名のプロパティに関する情報を格納します。
public ref class SignatureDescription
public class SignatureDescription
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public class SignatureDescription
[System.Runtime.InteropServices.ComVisible(true)]
public class SignatureDescription
type SignatureDescription = class
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
type SignatureDescription = class
[<System.Runtime.InteropServices.ComVisible(true)>]
type SignatureDescription = class
Public Class SignatureDescription
- 継承
-
SignatureDescription
- 属性
コンストラクター
| 名前 | 説明 |
|---|---|
| SignatureDescription() |
SignatureDescription クラスの新しいインスタンスを初期化します。 |
| SignatureDescription(SecurityElement) |
指定したSignatureDescriptionからSecurityElement クラスの新しいインスタンスを初期化します。 |
プロパティ
| 名前 | 説明 |
|---|---|
| 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) |