C# 클래스 NIST.DMC.GCODE4PLOT

상속: Text4PLOT
파일 보기 프로젝트 열기: usnistgov/DT4SM 1 사용 예제들

공개 메소드들

메소드 설명
ExtractAllSignatures ( string filePath ) : List
SignFile ( string filePath, object digitalSignature ) : void

보호된 메소드들

메소드 설명
Hash ( string filePath ) : byte[]

비공개 메소드들

메소드 설명
ExtractFirstSignature ( string filePath ) : String
RetrieveContent ( StreamReader fileStream ) : String

메소드 상세

ExtractAllSignatures() 공개 메소드

public ExtractAllSignatures ( string filePath ) : List
filePath string
리턴 List

Hash() 보호된 메소드

protected Hash ( string filePath ) : byte[]
filePath string
리턴 byte[]

SignFile() 공개 메소드

public SignFile ( string filePath, object digitalSignature ) : void
filePath string
digitalSignature object
리턴 void