Signature validation status.

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

Syntax

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

Members

Member nameDescription
Supported by the .NET Compact FrameworkCertificateNotValid
Certificate is not valid.
Supported by the .NET Compact FrameworkCertificateNotAvailable
Certificate is not available.
Supported by the .NET Compact FrameworkUnsupportedDigestAlgorithm
A digest algorithm is not supported.
Supported by the .NET Compact FrameworkUnsupportedSignatureAlgorithm
A signature algorithm is not supported.
Supported by the .NET Compact FrameworkInvalidSignature
A signature is invalid.
Supported by the .NET Compact FrameworkInvalidKeyUsage
Invalid key usage. The certificate usage doesn't include message signing.
Supported by the .NET Compact FrameworkContentTypeMismatch
Content type mismatch.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also