C# Class NIST.DMC.XML4PLOT

FormatManager for XML files
Inheritance: FormatManager
Mostra file Open project: usnistgov/DT4SM

Public Methods

Method Description
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

Method Details

EncodeAndSign() public method

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

EncodeCMS() public method

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

SignFile() public method

public SignFile ( String xmlFilePath, object xmlDigitalSignature ) : void
xmlFilePath String
xmlDigitalSignature object
return void

VerifyFile() public method

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