SignedData.Detached Property
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9083)
Detached
Gets or sets a value indicating whether the actual content is detached from the message.
Declaration
public bool Detached { get; set; }
Property Value
Type | Description |
---|---|
Boolean | True if the content is detached; False if the content is embedded within the message. |