AuthenticodeSignatureInformation クラス

定義

マニフェストの Authenticode 署名に関する情報を提供します。

public ref class AuthenticodeSignatureInformation sealed
public sealed class AuthenticodeSignatureInformation
type AuthenticodeSignatureInformation = class
Public NotInheritable Class AuthenticodeSignatureInformation
継承
AuthenticodeSignatureInformation

プロパティ

名前 説明
Description

署名証明書の説明を取得します。

DescriptionUrl

署名証明書の説明 URL を取得します。

HashAlgorithm

署名の計算に使用されるハッシュ アルゴリズムを取得します。

HResult

署名の検証から HRESULT 値を取得します。

SignatureChain

Authenticode 署名の検証に使用される証明書のチェーンを取得します。

SigningCertificate

マニフェストに署名した証明書を取得します。

Timestamp

Authenticode 署名に適用されたタイム スタンプを取得します。

TrustStatus

Authenticode 署名の信頼性を取得します。

VerificationResult

Authenticode 署名の検証結果を取得します。

メソッド

名前 説明
Equals(Object)

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Objectの簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象