Click or drag to resize
GDSecureMimeDecoderVerifySignatureAsync Method (GDSMIMESignatureVerificationOptions, String)
Verify signature of a signed SMIME message.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public IAsyncOperation<GDSecureMimeError> VerifySignatureAsync(
	GDSMIMESignatureVerificationOptions options,
	string revocationURL
)

Parameters

options
Type: GDGDSMIMESignatureVerificationOptions
A set of signature verification options. These can be combined using binary operators.
revocationURL
Type: SystemString
Signature verification revocation URL.

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.
See Also