Gets or sets a value indicating whether the actual content is detached from the message.

Namespace:  Rebex.Security.Cryptography.Pkcs
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Property Detached As Boolean
	Get
	Set
C#
public bool Detached { get; set; }

Field Value

True if the content is detached; False if the content is embedded within the message.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also