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