C# Class PdfRpt.Core.Security.PfxReader

A Personal Information Exchange File Reader
Afficher le fichier Open project: VahidN/PdfReport Class Usage Examples

Méthodes publiques

Méthode Description
ReadCertificate ( string pfxPath, string pfxPassword ) : PdfRpt.Core.Security.PfxData

Reads A Personal Information Exchange File.

Private Methods

Méthode Description
constructChain ( Pkcs12Store pkcs12Store, string alias ) : Org.BouncyCastle.X509.X509Certificate[]
findThePublicKey ( Pkcs12Store pkcs12Store ) : string

Method Details

ReadCertificate() public static méthode

Reads A Personal Information Exchange File.
public static ReadCertificate ( string pfxPath, string pfxPassword ) : PdfRpt.Core.Security.PfxData
pfxPath string Certificate file's path
pfxPassword string Certificate file's password
Résultat PdfRpt.Core.Security.PfxData