SYNOPSIS |
#include <dkim.h>
int dkim_getmode(
DKIM *dkim
);
Retrieve the mode of a DKIM handle.
|
DESCRIPTION |
Called When |
dkim_getmode() can be called at any time after a handle
is initialized with a call to
dkim_sign() or
dkim_verify(). |
|
---|
ARGUMENTS |
|
RETURN VALUES |
Value | Description |
DKIM_MODE_SIGN |
The DKIM handle provided is a signing handle.
|
DKIM_MODE_VERIFY |
The DKIM handle provided is a verifying handle.
|
|
NOTES |
|