EnvelopedData.UseDer Property
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9448)
UseDer
Gets or sets a value indicating whether to use DER encoding rules when encoding SignedData.
Declaration
public bool UseDer { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Remarks
When set to false, BER encoding is used.