Click or drag to resize
GDPKICertificateEventHandler Delegate
Handler for events dispatched from Good Dynamics X.509 certificate store when certificate is added or removed.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public delegate void GDPKICertificateEventHandler(
	GDPKICertificate certificate
)

Parameters

certificate
Type: GDGDPKICertificate
X.509 public key certificate object that was added or removed.
Remarks
The callback is invoked whenever any certificate is added or removed from Good Dynamics X.509 certificate store. See GDPKICertificateStore
See Also

Reference