C# Class NIST.DMC.PDF4PLOT

Inheritance: Binary4PLOT
Afficher le fichier Open project: usnistgov/DT4SM Class Usage Examples

Méthodes publiques

Méthode Description
AddSignature ( X509Certificate2 certificate, string filePath ) : void
EncodeAndSign ( X509Certificate2 certificate, string filePath ) : void
EncodeCMS ( X509Certificate2 certificate, string filePath ) : object
SignaturesCount ( string filePath ) : int
VerifyFile ( string filePath, bool>.List &verifiedCMS ) : bool

Method Details

AddSignature() public méthode

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

EncodeAndSign() public méthode

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

EncodeCMS() public méthode

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

SignaturesCount() public méthode

public SignaturesCount ( string filePath ) : int
filePath string
Résultat int

VerifyFile() public méthode

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