Click or drag to resize
GDSecureMimeDecoderVerifySignatureAsync Method
Verify signature of a signed SMIME message using default options.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public IAsyncOperation<GDSecureMimeError> VerifySignatureAsync()

Return Value

Type: IAsyncOperationGDSecureMimeError
None if signature is valid.
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrows InvalidArgumentException when input data was null or empty.
FailureException Throws FailureException when unable to copy signed content into the data buffer.
Remarks
Strict signature check with no revocation URL is used by default.
See Also