C# 클래스 Mono.Security.Authenticode.AuthenticodeDeformatter

상속: AuthenticodeBase
파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

공개 메소드들

메소드 설명
AuthenticodeDeformatter ( ) : System
AuthenticodeDeformatter ( string fileName ) : System
IsTrusted ( ) : bool

비공개 메소드들

메소드 설명
CheckSignature ( string fileName ) : bool
CompareIssuerSerial ( string issuer, byte serial, Mono.Security.X509.X509Certificate x509 ) : bool
Reset ( ) : void
VerifyCounterSignature ( PKCS7 cs, byte signature ) : bool
VerifySignature ( PKCS7 sd, byte calculatedMessageDigest, HashAlgorithm ha ) : bool

메소드 상세

AuthenticodeDeformatter() 공개 메소드

public AuthenticodeDeformatter ( ) : System
리턴 System

AuthenticodeDeformatter() 공개 메소드

public AuthenticodeDeformatter ( string fileName ) : System
fileName string
리턴 System

IsTrusted() 공개 메소드

public IsTrusted ( ) : bool
리턴 bool