SignedData.UseDer Property
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9083)
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.