C# Class WebForms.CadesSignatureInfo

Datei anzeigen Open project: LacunaSoftware/RestPkiSamples

Protected Properties

Property Type Description
signatureFilename string
signerCertificate PKCertificate

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

signatureFilename protected_oe property

protected string signatureFilename
return string

signerCertificate protected_oe property

protected PKCertificate signerCertificate
return PKCertificate