PdfCertificatesCollectionFromFile(String) Method
Returns the collection of certificates from a given PFX file
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public static PdfCertificatesCollection FromFile(
string certificateFile
)
Public Shared Function FromFile (
certificateFile As String
) As PdfCertificatesCollection
public:
static PdfCertificatesCollection^ FromFile(
String^ certificateFile
)
static member FromFile :
certificateFile : string -> PdfCertificatesCollection
- certificateFile String
- The certificates file
PdfCertificatesCollectionThe collection of certificates from the given file