C# Class NIST.DMC.XML4PLOT

FormatManager for XML files
Inheritance: FormatManager
Afficher le fichier Open project: usnistgov/DT4SM

Méthodes publiques

Méthode 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 méthode

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

EncodeCMS() public méthode

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

SignFile() public méthode

public SignFile ( String xmlFilePath, object xmlDigitalSignature ) : void
xmlFilePath String
xmlDigitalSignature object
Résultat void

VerifyFile() public méthode

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