Table of Contents

Property SignerCertificate

Namespace
DocWright.Signatures
Assembly
DocWright.Signatures.dll

SignerCertificate

The signer's certificate, DER-encoded, or null if the signature carried none.

public byte[]? SignerCertificate { get; }

Property Value

byte[]

Remarks

Returned so a host can apply its own trust policy. DocWright does not build a chain, check revocation or decide trust, and the presence of a certificate here means only that the signature contained one.