NOTE: This method is called only if you
implemented IwodFTPDNotify interface in your application, and
wodFTPD.Notification
property has received reference to instance of your implementation.
LoginCertificate notification method is called when the
client supplies his client certificate and tries to
authenticate using it. At this point, you should decide if
you will accept the certificate. If so - set Action = Allow. If you don't want
to allow access, set Action =
Deny.
It is possible that at this stage user's Login information is
empty. This is due to fact that SSL is established and the
certificate is provided before any data flow between the
client and the server - thus before he managed to send his
login information to you.
To get more information about the certificate, feel free
to check Certificate's properties and methods - they
are provided through wodCertificate object.
If supplied certificate contains validation errors, they
will be provided through ErrorText
property - line by line per error.