Click or drag to resize
GDSecureMimeCertificateVerify Method (GDSMIMECertificateVerificationOptions)
Verifies recipient certificate using 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
)

Parameters

options
Type: GDGDSMIMECertificateVerificationOptions
Verification options bitfield.

Return Value

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