IPWorks Encrypt 2020 .NET Edition

Questions / Feedback?

IncludeCertificates Property

Specifies whether to include the signer's certificate with the signed message.

Syntax

public CmsIncludeCertificates IncludeCertificates { get; set; }

enum CmsIncludeCertificates { icsNone, icsSignerCerts, icsSignerCertsAndChain }
Public Property IncludeCertificates As CmsIncludeCertificates

Enum CmsIncludeCertificates icsNone icsSignerCerts icsSignerCertsAndChain End Enum

Default Value

1

Remarks

This setting specifies which certificates (if any) are included in the signed message. By default the public certificate of the certificate used to sign the message is included. This allows the receiving party to verify the signature without any additional knowledge. If this is set to icsNone the recipient must obtain and specify the public certificate to be used for signature verification. Possible values are:

Value Description
0 (icsNone) No signer certificates are included.
1 (icsSignerCerts - default) The certificates specified in Certificates are included.
2 (icsSignerCertsAndChain) The certificates specified in Certificates and the full chain of each certificate are included.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Encrypt 2020 .NET Edition - Version 20.0 [Build 8286]