Validates all digital signatures on this CMS/PKCS #7 signed message and validates all the signers' certificates.

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

Syntax

Visual Basic
Public Function Validate As SignatureValidationResult
C#
public SignatureValidationResult Validate()

Return Value

Validation result.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also