public static int FreeCredentialsHandle(SSPIInterface SecModule, long handle)
 {
     return(SecModule.FreeCredentialsHandle(ref handle));
 }