Class CadesSignerInfo
Inheritance
CadesSignerInfo
Assembly: Lacuna.Pki.dll
Syntax
public class CadesSignerInfo
Properties
|
Improve this Doc
View Source
ArchiveTimestamps
Declaration
public List<CadesTimestamp> ArchiveTimestamps { get; }
Property Value
|
Improve this Doc
View Source
AttributeCertificates
Declaration
public List<AttributeCertificate> AttributeCertificates { get; }
Property Value
|
Improve this Doc
View Source
CadesCTimestamps
Declaration
public List<CadesTimestamp> CadesCTimestamps { get; }
Property Value
|
Improve this Doc
View Source
CertCrlTimestamp
Declaration
public List<CadesTimestamp> CertCrlTimestamp { get; }
Property Value
|
Improve this Doc
View Source
CertificateValues
Declaration
public List<PKCertificate> CertificateValues { get; }
Property Value
|
Improve this Doc
View Source
CommitmentType
Declaration
public CommitmentType CommitmentType { get; }
Property Value
|
Improve this Doc
View Source
CompleteCertificateRefs
Declaration
public List<CertificateReference> CompleteCertificateRefs { get; }
Property Value
|
Improve this Doc
View Source
CompleteRevocationRefs
Declaration
public CompleteRevocationReferences CompleteRevocationRefs { get; }
Property Value
|
Improve this Doc
View Source
DigestAlgorithm
Declaration
public DigestAlgorithm DigestAlgorithm { get; }
Property Value
|
Improve this Doc
View Source
EncapsultedContentType
Declaration
public CmsContentType EncapsultedContentType { get; }
Property Value
|
Improve this Doc
View Source
MessageDigest
Declaration
public byte[] MessageDigest { get; }
Property Value
|
Improve this Doc
View Source
RevocationValues
Declaration
public RevocationValues RevocationValues { get; }
Property Value
|
Improve this Doc
View Source
SignatureAlgorithm
Declaration
public SignatureAlgorithm SignatureAlgorithm { get; }
Property Value
|
Improve this Doc
View Source
SignaturePolicy
Declaration
public CadesSignaturePolicyInfo SignaturePolicy { get; }
Property Value
|
Improve this Doc
View Source
SignatureTimeStamps
Declaration
public List<CadesTimestamp> SignatureTimeStamps { get; }
Property Value
|
Improve this Doc
View Source
SignatureValue
Declaration
public byte[] SignatureValue { get; }
Property Value
|
Improve this Doc
View Source
SignedAttributesEncoded
Declaration
public byte[] SignedAttributesEncoded { get; }
Property Value
|
Improve this Doc
View Source
SigningCertificate
Declaration
public PKCertificate SigningCertificate { get; }
Property Value
|
Improve this Doc
View Source
SigningCertificateDigest
Declaration
public DigestAlgorithmAndValue SigningCertificateDigest { get; }
Property Value
|
Improve this Doc
View Source
SigningDescription
Declaration
public string SigningDescription { get; }
Property Value
|
Improve this Doc
View Source
SigningTime
Declaration
public DateTimeOffset? SigningTime { get; }
Property Value
Methods
|
Improve this Doc
View Source
GetDateReference()
Declaration
public DateTimeOffset? GetDateReference()
Returns
|
Improve this Doc
View Source
GetDateReference(out Boolean)
Get the signing date of the signature
Declaration
public DateTimeOffset GetDateReference(out bool isCertified)
Parameters
| Type |
Name |
Description |
| Boolean |
isCertified |
If the date is based in a certified timestamp authority
|
Returns