Table of Contents

Method GetCertificate

Namespace
DocWright.Signatures
Assembly
DocWright.Signatures.dll

GetCertificate()

Returns the signer's certificate, DER-encoded (an X.509 Certificate structure).

byte[] GetCertificate()

Returns

byte[]

The DER bytes of the signer's certificate.

Remarks

Public material only. The certificate is embedded in the signature in the clear, which is what lets a verifier identify the signer; nothing secret may be returned here.