MimeMessage.SignedContentInfo Property
Namespace: Rebex.Mime
Assembly: Rebex.Mail.dll (version 7.0.9147)
SignedContentInfo
Gets the SignedData object that contains information about signed content. This property is only set for entities with signed content. Inherited from MimeEntity.
Declaration
public SignedData SignedContentInfo { get; }
Property Value
Type | Description |
---|---|
SignedData | A SignedData object. |