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

파일 보기 프로젝트 열기: runefs/Marvin

Private Properties

프로퍼티 타입 설명
Close void
GetHash byte[]
GetSecurityEntry byte[]
Open void
ReadFirstBlock bool

공개 메소드들

메소드 설명
AuthenticodeBase ( ) : System

보호된 메소드들

메소드 설명
HashFile ( string fileName, string hashName ) : byte[]

비공개 메소드들

메소드 설명
Close ( ) : void
GetHash ( HashAlgorithm hash ) : byte[]
GetSecurityEntry ( ) : byte[]
Open ( string filename ) : void
ReadFirstBlock ( ) : bool

메소드 상세

AuthenticodeBase() 공개 메소드

public AuthenticodeBase ( ) : System
리턴 System

HashFile() 보호된 메소드

protected HashFile ( string fileName, string hashName ) : byte[]
fileName string
hashName string
리턴 byte[]