C# 클래스 NIST.DMC.Binary4PLOT

상속: FormatManager
파일 보기 프로젝트 열기: usnistgov/DT4SM

공개 메소드들

메소드 설명
EncodeAndSign ( X509Certificate2 x, string filePath ) : void
EncodeCMS ( X509Certificate2 x, string filePath ) : object
SignFile ( string filePath, object digitalSignature ) : void
VerifyFile ( string filePath, bool>.List &verifiedCMS ) : bool

메소드 상세

EncodeAndSign() 공개 메소드

public EncodeAndSign ( X509Certificate2 x, string filePath ) : void
x System.Security.Cryptography.X509Certificates.X509Certificate2
filePath string
리턴 void

EncodeCMS() 공개 메소드

public EncodeCMS ( X509Certificate2 x, string filePath ) : object
x System.Security.Cryptography.X509Certificates.X509Certificate2
filePath string
리턴 object

SignFile() 공개 메소드

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

VerifyFile() 공개 메소드

public VerifyFile ( string filePath, bool>.List &verifiedCMS ) : bool
filePath string
verifiedCMS bool>.List
리턴 bool