C# 클래스 PdfRpt.Core.Security.PfxReader

A Personal Information Exchange File Reader
파일 보기 프로젝트 열기: VahidN/PdfReport 1 사용 예제들

공개 메소드들

메소드 설명
ReadCertificate ( string pfxPath, string pfxPassword ) : PdfRpt.Core.Security.PfxData

Reads A Personal Information Exchange File.

비공개 메소드들

메소드 설명
constructChain ( Pkcs12Store pkcs12Store, string alias ) : Org.BouncyCastle.X509.X509Certificate[]
findThePublicKey ( Pkcs12Store pkcs12Store ) : string

메소드 상세

ReadCertificate() 공개 정적인 메소드

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