Click or drag to resize
GDSecureMimeCertificateVerify Method (GDSMIMECertificateVerificationOptions, String)
Verifies recipient certificate using provided revocation URL and chain of trusted certificates that are present in GD local store.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public bool Verify(
	GDSMIMECertificateVerificationOptions options,
	string revocationUrl
)

Parameters

options
Type: GDGDSMIMECertificateVerificationOptions
Verification options bitfield.
revocationUrl
Type: SystemString
URL which is used to check revocation status. If URL is not specified then URL in the AIA extension of the certificate (if there is any) will be used.

Return Value

Type: Boolean
When this method completes, it returns true if verification was successful, false otherwise.
See Also