Click or drag to resize
MimeKit

CmsSignerSignedAttributes Property

Get or set the signed attributes.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public AttributeTable SignedAttributes { get; set; }

Property Value

AttributeTable
The signed attributes.
Remarks
A table of attributes that should be included in the signature.
See Also