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)

適用対象