Gets the SignedData object that contains information about signed content. This property is only set for entities with signed content.

Namespace:  Rebex.Mime
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public ReadOnly Property SignedContentInfo As SignedData
	Get
C#
public SignedData SignedContentInfo { get; }

Field Value

A SignedData object.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also