public delegate void SecProtocolVerifyComplete(bool complete);
type SecProtocolVerifyComplete = delegate of bool -> unit
Thank you.