EnvelopedData.AuthenticatedAttributes Property
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 8.0.9673)
AuthenticatedAttributes
Gets the collection of authenticated (but unencrypted) attributes associated with this CMS/PKCS #7 message. Only available for AuthEnvelopedData (RFC 5083) content type (utilized when AES/GCM is used).
Declaration
public CryptographicAttributeCollection AuthenticatedAttributes { get; }
Property Value
| Type | Description |
|---|---|
| CryptographicAttributeCollection | Unprotected attribute collection. |