C# Class NIST.DMC.Binary4PLOT

Inheritance: FormatManager
Afficher le fichier Open project: usnistgov/DT4SM

Méthodes publiques

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

Method Details

EncodeAndSign() public méthode

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

EncodeCMS() public méthode

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

SignFile() public méthode

public SignFile ( string filePath, object digitalSignature ) : void
filePath string
digitalSignature object
Résultat void

VerifyFile() public méthode

public VerifyFile ( string filePath, bool>.List &verifiedCMS ) : bool
filePath string
verifiedCMS bool>.List
Résultat bool