AuthenticodeSignatureInformation 클래스

정의

매니페스트에 대한 Authenticode 서명에 대한 정보를 제공합니다.

public ref class AuthenticodeSignatureInformation sealed
public sealed class AuthenticodeSignatureInformation
type AuthenticodeSignatureInformation = class
Public NotInheritable Class AuthenticodeSignatureInformation
상속
AuthenticodeSignatureInformation

속성

Name Description
Description

서명 인증서에 대한 설명을 가져옵니다.

DescriptionUrl

서명 인증서의 설명 URL을 가져옵니다.

HashAlgorithm

서명을 계산하는 데 사용되는 해시 알고리즘을 가져옵니다.

HResult

서명을 확인하여 HRESULT 값을 가져옵니다.

SignatureChain

Authenticode 서명을 확인하는 데 사용되는 인증서 체인을 가져옵니다.

SigningCertificate

매니페스트에 서명한 인증서를 가져옵니다.

Timestamp

Authenticode 서명에 적용된 타임스탬프를 가져옵니다.

TrustStatus

Authenticode 서명의 신뢰성을 가져옵니다.

VerificationResult

Authenticode 서명을 확인하는 결과를 가져옵니다.

메서드

Name Description
Equals(Object)

지정한 개체와 현재 개체가 같은지 여부를 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상