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

Syntax

Visual Basic
<FlagsAttribute> _
Public Enumeration SignatureOptions
C#
[FlagsAttribute]
public enum SignatureOptions

Members

Member nameDescription
Supported by the .NET Compact FrameworkDisableSignedAttributes
Don't include any signed attributes in the signature. Not recommended.
Supported by the .NET Compact FrameworkDisableMicrosoftExtensions
Don't include key Microsoft extensions in the signature attributes.
Supported by the .NET Compact FrameworkDisableSMimeCapabilities
Don't include S/MIME capabilities extensions in the signature attributes.
Supported by the .NET Compact FrameworkSkipCertificateUsageCheck
Skip certificate usage check.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also