C# Class PdfRpt.Core.Security.PfxReader

A Personal Information Exchange File Reader
显示文件 Open project: VahidN/PdfReport Class Usage Examples

Public Methods

Method Description
ReadCertificate ( string pfxPath, string pfxPassword ) : PdfRpt.Core.Security.PfxData

Reads A Personal Information Exchange File.

Private Methods

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

Method Details

ReadCertificate() public static method

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
return PdfRpt.Core.Security.PfxData