Class PdfDigitalSignatureDetails

Class PdfDigitalSignatureDetails

Nazwa przestrzeń: Aspose.Tasks.Saving Zgromadzenie: Aspose.Tasks.dll (25.4.0)

Zawiera szczegóły dla cyfrowego podpisania PDF.

public class PdfDigitalSignatureDetails

Inheritance

object PdfDigitalSignatureDetails

Dziedziczeni członkowie

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Remarks

W chwili obecnej cyfrowo podpisywane dokumenty PDF są dostępne tylko na .NET 2.0 lub wyżej.

Constructors

PdfDigitalSignatureDetails(X509Certificate2, strona, strona, DateTime, PdfDigitalSignatureHashAlgorithm)

Inicjalizuje nową instancję klasy Aspose.Tasks.Saving.PdfDigitalSignatureDetails.

public PdfDigitalSignatureDetails(X509Certificate2 certificate, string reason, string location, DateTime signatureDate, PdfDigitalSignatureHashAlgorithm hashAlgorithm)

Parameters

certificate X509Certificate2

System.Security.Cryptography.X509Certificates.X509Certificate2 instancja do podpisania.

reason string

Przyczyny podpisania.

location string

Miejsce podpisania.

signatureDate DateTime

Data podpisania podpisów.

hashAlgorithm PdfDigitalSignatureHashAlgorithm

Algorytm hash podpisów.

Properties

Certificate

Otrzymuje lub udziela certyfikatu do podpisania.

public X509Certificate2 Certificate { get; set; }

Wartość nieruchomości

X509Certificate2

HashAlgorithm

Zostaw lub ustaw algorytm hash.

public PdfDigitalSignatureHashAlgorithm HashAlgorithm { get; set; }

Wartość nieruchomości

PdfDigitalSignatureHashAlgorithm

Location

Otrzymuje lub ustawia miejsce podpisania.

public string Location { get; set; }

Wartość nieruchomości

string

Reason

Otrzymuje lub ustanawia powód podpisania.

public string Reason { get; set; }

Wartość nieruchomości

string

SignatureDate

Otrzymuje lub ustala datę podpisania.

public DateTime SignatureDate { get; set; }

Wartość nieruchomości

DateTime

 Polski