Aspose::Page::XPS::Presentation::Pdf::PdfDigitalSignatureDetails class

PdfDigitalSignatureDetails class

Innehåller detaljer för en PDF-digital signatur.

class PdfDigitalSignatureDetails : public System::Object

Metoder

MetodBeskrivning
get_Certificate() constCertifikat att signera med.
get_HashAlgorithm() constHash-algoritm.
get_Location() constPlats för signering.
get_Reason() constAnledningen till signering.
get_SignatureDate() constDatum för signering.
PdfDigitalSignatureDetails(System::SharedPtr<System::Security::Cryptography::X509Certificates::X509Certificate2>, System::String, System::String, System::DateTime, PdfDigitalSignatureHashAlgorithm)Initierar en ny instans av klassen PdfDigitalSignatureDetails.
set_Certificate(System::SharedPtr<System::Security::Cryptography::X509Certificates::X509Certificate2>)Certifikat att signera med.
set_HashAlgorithm(PdfDigitalSignatureHashAlgorithm)Hash-algoritm.
set_Location(System::String)Plats för signering.
set_Reason(System::String)Anledningen till signering.
set_SignatureDate(System::DateTime)Datum för signering.
ToCore()

Se även