C# 클래스 NIST.DMC.XML4PLOT

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

공개 메소드들

메소드 설명
EncodeAndSign ( X509Certificate2 certificate, string xmlFilePath ) : void
EncodeCMS ( X509Certificate2 certificate, string xmlFilePath ) : object
SignFile ( String xmlFilePath, object xmlDigitalSignature ) : void
VerifyFile ( String xmlFilePath, bool>.List &verifiedCMS ) : System.Boolean

메소드 상세

EncodeAndSign() 공개 메소드

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

EncodeCMS() 공개 메소드

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

SignFile() 공개 메소드

public SignFile ( String xmlFilePath, object xmlDigitalSignature ) : void
xmlFilePath String
xmlDigitalSignature object
리턴 void

VerifyFile() 공개 메소드

public VerifyFile ( String xmlFilePath, bool>.List &verifiedCMS ) : System.Boolean
xmlFilePath String
verifiedCMS bool>.List
리턴 System.Boolean