Gets the collection of unprotected (unencrypted) attributes associated with this CMS/PKCS #7 message.

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

Syntax

Visual Basic
Public ReadOnly Property UnprotectedAttributes As CryptographicAttributeCollection
	Get
C#
public CryptographicAttributeCollection UnprotectedAttributes { get; }

Field Value

Unprotected attribute collection.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also